Skip to content

Commit e159940

Browse files
committed
fixed typos
1 parent 28ccb7f commit e159940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ int ll2string(char *s, size_t len, long long value) {
239239
}
240240

241241
/*
242-
* 将一个字符串转换为 long logn 整数值
242+
* 将一个字符串转换为 long long 整数值
243243
*
244244
* 复杂度:O(N)
245245
*

0 commit comments

Comments
 (0)