From cd4082bf9fe8c8631315da03d662b6691aad2751 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Thu, 8 Mar 2018 16:09:28 -0700
Subject: [PATCH] Fix build harder

---
 src/ctype/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ctype/src/lib.rs b/src/ctype/src/lib.rs
index 66d49fb5..5819a32e 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
 }
-- 
GitLab