diff --git a/lib/modules/Stdio.pmod/Readline.pike b/lib/modules/Stdio.pmod/Readline.pike
index 6ad4a8ae693b19e120d4f61ee2afec5d515a3249..46d2eb872da56272cf29851c9fe1aca482fc895b 100644
--- a/lib/modules/Stdio.pmod/Readline.pike
+++ b/lib/modules/Stdio.pmod/Readline.pike
@@ -1,4 +1,4 @@
-// $Id: Readline.pike,v 1.31 2000/04/05 20:45:43 leif Exp $
+// $Id: Readline.pike,v 1.32 2000/04/05 21:15:14 leif Exp $
 
 class OutputController
 {
@@ -184,8 +184,8 @@ class OutputController
     // FIXME: On Digital Unix, the terminal handler doesn't seem to
     // like what Pike does in Readline, so it hangs. But it doesn't do
     // that if we provoke output (even a null string output!) at this
-    // point. A less ugly fix than werror("") might be desirable in
-    // the future.
+    // point. A less ugly fix than outfd->write("") might be desirable
+    // in the future.
     outfd->write("");
 #endif
     return strlen(s);