summaryrefslogtreecommitdiff
path: root/fluid/code.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/code.cxx')
-rw-r--r--fluid/code.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/code.cxx b/fluid/code.cxx
index f10777c3e..af8dba504 100644
--- a/fluid/code.cxx
+++ b/fluid/code.cxx
@@ -1023,7 +1023,7 @@ unsigned long Fd_Code_Writer::block_crc(const void *data, int n, unsigned long i
while (n>0 && *s>0 && isspace(*s)) { s++; n--; }
if (*s) line_start = false;
}
- // don't count '\r' that may be introduces by MSWindows
+ // don't count '\r' that may be introduced by Windows
if (n>0 && *s=='\r') { s++; n--; }
if (n>0 && *s=='\n') line_start = true;
if (n>0) {