X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftime%2Ftime.h;h=2fc8161e74ebc3696c05ae2f1247987face8d35f;hb=1966714494a5de39b2ee944fcc01f333c1741dbd;hp=6ab61a99c3a5108fc1a391b2549178c536cf60c9;hpb=294fb52e52d49538451087719354c4965bd8d49b;p=ccan 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