Commit e237502d authored by David Mosberger's avatar David Mosberger

Fix two typos in comments.

parent a6d08b7f
...@@ -154,7 +154,7 @@ asmlinkage long sys_uselib(const char * library) ...@@ -154,7 +154,7 @@ asmlinkage long sys_uselib(const char * library)
} }
/* /*
* count() counts the number of arguments/envelopes * count() counts the number of strings in array ARGV.
*/ */
static int count(char ** argv, int max) static int count(char ** argv, int max)
{ {
...@@ -177,7 +177,7 @@ static int count(char ** argv, int max) ...@@ -177,7 +177,7 @@ static int count(char ** argv, int max)
} }
/* /*
* 'copy_strings()' copies argument/envelope strings from user * 'copy_strings()' copies argument/environment strings from user
* memory to free pages in kernel mem. These are in a format ready * memory to free pages in kernel mem. These are in a format ready
* to be put directly into the top of new user memory. * to be put directly into the top of new user memory.
*/ */
......
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