From: Bernhard Reutner-Fischer Date: Mon, 21 Jul 2008 11:18:02 +0000 (-0000) Subject: - commentary typo fix X-Git-Tag: 1_12_0~131 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0328b40aee6f0de68b7dc21bd9e1916db0ace468;p=oweals%2Fbusybox.git - commentary typo fix --- diff --git a/modutils/insmod.c b/modutils/insmod.c index 01b619f7e..97f4a87e2 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -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);