Skip to content

Commit 4502f83

Browse files
[libc] fix config syntax error
1 parent 9130500 commit 4502f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"LIBC_CONF_FREELIST_MALLOC_BUFFER_SIZE": {
7676
"value": 1073741824,
7777
"doc": "Default size for the constinit freelist buffer used for the freelist malloc implementation (default 1o 1GB)."
78-
},
78+
}
7979
},
8080
"unistd": {
8181
"LIBC_CONF_ENABLE_TID_CACHE": {

0 commit comments

Comments
 (0)