diff --git a/src/ctype/src/lib.rs b/src/ctype/src/lib.rs index 66d49fb553fd9110519b152648f38859c3096830..5819a32ea9ac04817a872568ca7250159abc92fb 100644 --- a/src/ctype/src/lib.rs +++ b/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 }