update x86_64 sizeof data
[musl-tables] / type.sh
diff --git a/type.sh b/type.sh
index ab3cfbf..ed17978 100755 (executable)
--- a/type.sh
+++ b/type.sh
@@ -33,7 +33,7 @@ function put(tok) {
 
 {
        # eat comments
-       gsub(/\/\*[^/]*\*\//, "")
+       gsub(/\/\*[^\/]*\*\//, "")
        gsub(/\/\/.*/, "")
 
        gsub(/[^a-zA-Z0-9_.-]/," & ")