]> git.ozlabs.org Git - ccan/blobdiff - ccan/time/time.h
Fix typos detected by github.com/client9/misspell
[ccan] / ccan / time / time.h
index 6ab61a99c3a5108fc1a391b2549178c536cf60c9..2fc8161e74ebc3696c05ae2f1247987face8d35f 100644 (file)
@@ -42,7 +42,7 @@ struct timerel {
 };
 
 /**
- * struct timeabs - an absolue time.
+ * struct timeabs - an absolute time.
  * @ts: the actual timespec value.
  *
  * For example, Midnight UTC January 1st, 1970: ts.tv_sec = 0, ts.tv_nsec = 0