Skip to content

Commit fbd5c7f

Browse files
committed
all: fix typo
1 parent 792caae commit fbd5c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/runtime/runtime.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn __init() {
2828
// Same key may not match, avoid this implementation mistake.
2929
hashinit()
3030
// Initialize the common asynctime.
31-
// This funtion inititializes only commons for sync and async runtime.
31+
// This function initializes only commons for sync and async runtime.
3232
// Such as COMAXPROCS, which may be used by sync runtime.
3333
asynctimeinit()
3434
// Initialize the asynctime specifics.

0 commit comments

Comments
 (0)