Commit 7f66d02c authored by Ben Collins's avatar Ben Collins Committed by Linus Torvalds

[PATCH] Spelling fix

Spelling fix
parent d69678bd
......@@ -157,7 +157,7 @@ static void get_ksymbol_core(struct kallsym_iter *iter)
unsigned stemlen;
/* First char of each symbol name indicates prefix length
shared with previous name (stem compresion). */
shared with previous name (stem compression). */
stemlen = kallsyms_names[iter->nameoff++];
strlcpy(iter->name+stemlen, kallsyms_names+iter->nameoff, 128-stemlen);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment