]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/sockets/secure/unix/unix.factor
Fix comments to be ! not #!.
[factor.git] / basis / io / sockets / secure / unix / unix.factor
index 084cd5ded9f5739cfb000f9b77f357e249e951f6..8ccc61a63afbdd322b71e9d89da0cb942f3903bf 100644 (file)
@@ -32,10 +32,10 @@ M: secure (accept)
     ] with-destructors ;
 
 : check-shutdown-response ( handle r -- event )
-    #! We don't do two-step shutdown here because I couldn't
-    #! figure out how to do it with non-blocking BIOs. Also, it
-    #! seems that SSL_shutdown always returns 0 -- this sounds
-    #! like a bug
+    ! We don't do two-step shutdown here because I couldn't
+    ! figure out how to do it with non-blocking BIOs. Also, it
+    ! seems that SSL_shutdown always returns 0 -- this sounds
+    ! like a bug
     over handle>> over SSL_get_error
     {
         { SSL_ERROR_NONE [ 2drop f ] }