diff --git a/nocomment b/nocomment
index 52d2c55..33837d1 100755
--- a/nocomment
+++ b/nocomment
@@ -1,4 +1,4 @@
 #!/bin/bash
 
-sed "/^\/\//d" $1 |\
-sed "/^\/\*/,/\*\/$/d"
+sed "/\/\//d" $1 |\
+sed "/\/\*/,/\*\/$/d"