X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftime%2Ftime.h;h=2fc8161e74ebc3696c05ae2f1247987face8d35f;hp=6ab61a99c3a5108fc1a391b2549178c536cf60c9;hb=HEAD;hpb=294fb52e52d49538451087719354c4965bd8d49b diff --git a/ccan/time/time.h b/ccan/time/time.h index 6ab61a99..2fc8161e 100644 --- a/ccan/time/time.h +++ b/ccan/time/time.h @@ -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