Fix NOTO typo.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-12-28 16:40:36 +01:00
parent a4ee2e3724
commit ab66b91086
2 changed files with 2 additions and 2 deletions

View File

@ -1128,7 +1128,7 @@ static size_t shebang_count_arguments(char* line)
// * kernel/process.cpp // * kernel/process.cpp
// * libc/unistd/execvpe.cpp // * libc/unistd/execvpe.cpp
// * utils/which.cpp // * utils/which.cpp
// NOTO: See comments in execvpe() for algorithmic commentary. // NOTE: See comments in execvpe() for algorithmic commentary.
static bool sys_execve_alloc(addralloc_t* alloc, size_t size) static bool sys_execve_alloc(addralloc_t* alloc, size_t size)
{ {

View File

@ -41,7 +41,7 @@
// * kernel/process.cpp // * kernel/process.cpp
// * libc/unistd/execvpe.cpp // * libc/unistd/execvpe.cpp
// * utils/which.cpp // * utils/which.cpp
// NOTO: See comments in execvpe() for algorithmic commentary. // NOTE: See comments in execvpe() for algorithmic commentary.
bool Which(const char* filename, const char* path, bool all) bool Which(const char* filename, const char* path, bool all)
{ {