浏览代码

Fix build harder

Jeremy Soller 7 年之前
父节点
当前提交
cd4082bf9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ctype/src/lib.rs

+ 1 - 1
src/ctype/src/lib.rs

@@ -73,7 +73,7 @@ pub extern "C" fn isblank(c: c_int) -> c_int {
 
 #[no_mangle]
 /// The comment in musl:
-/// /* nonsense function that should NEVER be used! */
+/// nonsense function that should NEVER be used!
 pub extern "C" fn toascii(c: c_int) -> c_int {
     c & 0x7f
 }