about summary refs log tree commit diff stats
path: root/subx/067write-buffered.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/067write-buffered.subx')
-rw-r--r--subx/067write-buffered.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/067write-buffered.subx b/subx/067write-buffered.subx
index 76ae4313..343aa364 100644
--- a/subx/067write-buffered.subx
+++ b/subx/067write-buffered.subx
@@ -18,7 +18,7 @@ write-buffered:  # f : (address buffered-file), msg : (address array byte) -> <v
     #   in = msg->data
     #   inend = &msg->data[msg->length]
     #   while (in < inend)
-    #     if (f->write >= f->length)
+    #     if f->write >= f->length
     #       flush(f)
     #       clear-stream(f)
     #     c = *in