diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-21 11:18:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-21 11:18:02 +0000 |
commit | 0328b40aee6f0de68b7dc21bd9e1916db0ace468 (patch) | |
tree | 4c417f9e0fbc2d6b50f736a2a132512b4a066829 | |
parent | ad2fa65fc0faf4ebaad1697bec56d6aaebb7117a (diff) | |
download | busybox-w32-0328b40aee6f0de68b7dc21bd9e1916db0ace468.tar.gz busybox-w32-0328b40aee6f0de68b7dc21bd9e1916db0ace468.tar.bz2 busybox-w32-0328b40aee6f0de68b7dc21bd9e1916db0ace468.zip |
- commentary typo fix
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
3848 | a); | 3848 | a); |
3849 | } | 3849 | } |
3850 | #if ENABLE_FEATURE_INSMOD_LOAD_MAP_FULL | 3850 | #if ENABLE_FEATURE_INSMOD_LOAD_MAP_FULL |
3851 | /* Quick reference which section indicies are loaded. */ | 3851 | /* Quick reference which section indices are loaded. */ |
3852 | 3852 | ||
3853 | i = f->header.e_shnum; | 3853 | i = f->header.e_shnum; |
3854 | loaded = alloca(sizeof(int) * i); | 3854 | loaded = alloca(sizeof(int) * i); |