Browse Source

Comment fix.

Paul Eggert 25 years ago
parent
commit
9939476576
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/buffer.c

+ 1 - 1
src/buffer.c

@@ -1039,7 +1039,7 @@ write_error (ssize_t status)
   int saved_errno = errno;
 
   /* It might be useful to know how much was written before the error
-     occured.  Beware that mere printing maybe change errno value.  */
+     occurred.  */
   if (totals_option)
     print_total_written ();