Correct the wrong spelling of put_pgdir

This commit is contained in:
ArchStacker
2015-06-07 08:03:34 +08:00
parent 87248a2704
commit 6fbc1fa90b
9 changed files with 9 additions and 9 deletions

View File

@@ -615,7 +615,7 @@ bad_mm:
goto out;
}
// do_execve - call exit_mmap(mm)&pug_pgdir(mm) to reclaim memory space of current process
// do_execve - call exit_mmap(mm)&put_pgdir(mm) to reclaim memory space of current process
// - call load_icode to setup new memory space accroding binary prog.
int
do_execve(const char *name, size_t len, unsigned char *binary, size_t size) {