X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flists.h;h=804b5cdca70e75e6bff76f24620f262e6d1b9814;hb=9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c;hp=b42a2fae1ca744f089dfd255b26a48d8de88ed07;hpb=1d0350ed0b1b0f63e3fb5db6b19397b84a2ea1c7;p=oweals%2Fu-boot.git diff --git a/include/lists.h b/include/lists.h index b42a2fae1c..804b5cdca7 100644 --- a/include/lists.h +++ b/include/lists.h @@ -3,7 +3,7 @@ #define LIST_START -1 /* Handy Constants that substitute for item positions */ #define LIST_END 0 /* END_OF_LIST means one past current length of list when */ - /* inserting. Otherwise it refers the last item in the list. */ + /* inserting. Otherwise it refers the last item in the list. */ typedef struct {