Spelling fixes in comments, documentation, tests and examples
By klemens <ka7@github.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d85352b4ff
commit
10ad622dc2
41 changed files with 80 additions and 80 deletions
|
@ -104,7 +104,7 @@ static void modinfo(const char *path, const char *version,
|
|||
char *after_pattern;
|
||||
|
||||
ptr = memchr(ptr, *pattern, len - (ptr - (char*)the_module));
|
||||
if (ptr == NULL) /* no occurance left, done */
|
||||
if (ptr == NULL) /* no occurrence left, done */
|
||||
break;
|
||||
after_pattern = is_prefixed_with(ptr, pattern);
|
||||
if (after_pattern && *after_pattern == '=') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue