X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftlist2%2F_info;h=fb01f2f093de1e5fe2a0485a7c1612b597e58b5b;hb=d1a951b82386391b82e48b32403891f85e253565;hp=3546beb05cd2b07808bc1af83972d383899539fb;hpb=7a4e71c4180eaecc8799c050eeb052b0de8cf302;p=ccan diff --git a/ccan/tlist2/_info b/ccan/tlist2/_info index 3546beb0..fb01f2f0 100644 --- a/ccan/tlist2/_info +++ b/ccan/tlist2/_info @@ -6,7 +6,7 @@ * tlist2 - typesafe double linked list routines, alternative form * * The list header contains routines for manipulating double linked lists; - * this extends it so you can create list head types which only accomodate + * this extends it so you can create list head types which only accommodate * a specific entry type. * * Compared to 'tlist', this: