dfm_writer_error: Correct comment
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 25 Oct 2015 06:54:15 +0000 (07:54 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 25 Oct 2015 06:54:15 +0000 (07:54 +0100)
src/language/data-io/data-writer.c

index c34ba90754704f1fce27d9d2e737aeb1fc31c789..65de635302e3fe2613bb04b72e49243ba06310e5 100644 (file)
@@ -114,7 +114,7 @@ dfm_open_writer (struct file_handle *fh, const char *encoding)
   return w;
 }
 
-/* Returns false if an I/O error occurred on WRITER, true otherwise. */
+/* Returns true if an I/O error occurred on WRITER, false otherwise. */
 bool
 dfm_write_error (const struct dfm_writer *writer)
 {