diff options
Diffstat (limited to 'src/include/lib/ilist.h')
-rw-r--r-- | src/include/lib/ilist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib/ilist.h b/src/include/lib/ilist.h index e03aa1c683b..095107a99c4 100644 --- a/src/include/lib/ilist.h +++ b/src/include/lib/ilist.h @@ -39,7 +39,7 @@ * operations that can be done without branches (and thus faster) on lists * that use circular representation. However, it is often convenient to * initialize list headers to zeroes rather than setting them up with an - * explicit initialization function, so we also allow the NULL initalization. + * explicit initialization function, so we also allow the NULL initialization. * * EXAMPLES * |