projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2fa65
)
- commentary typo fix
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 21 Jul 2008 11:18:02 +0000
(11:18 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 21 Jul 2008 11:18:02 +0000
(11:18 -0000)
modutils/insmod.c
patch
|
blob
|
history
diff --git
a/modutils/insmod.c
b/modutils/insmod.c
index 01b619f7e67a7b104480514cc6e1e75a5741864a..97f4a87e277e99c8d692fb39eb40bc0e7ed5d2a4 100644
(file)
--- 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 indic
i
es are loaded. */
+ /* Quick reference which section indices are loaded. */
i = f->header.e_shnum;
loaded = alloca(sizeof(int) * i);