Skip to content

Commit 44c7386

Browse files
committed
std: fix a typo.
1 parent 4871f11 commit 44c7386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rt/rust_builtin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ rust_getcwd() {
7979
return NULL;
8080
}
8181

82-
return make_str(task->kernel, cbuf, strlen(cbuf), "rust_str(getcwd");
82+
return make_str(task->kernel, cbuf, strlen(cbuf), "rust_str(getcwd)");
8383
}
8484

8585
#if defined(__WIN32__)

0 commit comments

Comments
 (0)