]> git.sur5r.net Git - u-boot/blobdiff - include/lists.h
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
[u-boot] / include / lists.h
index b42a2fae1ca744f089dfd255b26a48d8de88ed07..804b5cdca70e75e6bff76f24620f262e6d1b9814 100644 (file)
@@ -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
     {