std: fix a typo.
This commit is contained in:
parent
4871f11439
commit
44c7386376
@ -79,7 +79,7 @@ rust_getcwd() {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return make_str(task->kernel, cbuf, strlen(cbuf), "rust_str(getcwd");
|
||||
return make_str(task->kernel, cbuf, strlen(cbuf), "rust_str(getcwd)");
|
||||
}
|
||||
|
||||
#if defined(__WIN32__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user