- commentary typo fix
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 21 Jul 2008 11:18:02 +0000 (11:18 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 21 Jul 2008 11:18:02 +0000 (11:18 -0000)
modutils/insmod.c

index 01b619f7e67a7b104480514cc6e1e75a5741864a..97f4a87e277e99c8d692fb39eb40bc0e7ed5d2a4 100644 (file)
@@ -3848,7 +3848,7 @@ static void print_load_map(struct obj_file *f)
                                a);
        }
 #if ENABLE_FEATURE_INSMOD_LOAD_MAP_FULL
-       /* Quick reference which section indicies are loaded.  */
+       /* Quick reference which section indices are loaded.  */
 
        i = f->header.e_shnum;
        loaded = alloca(sizeof(int) * i);