summaryrefslogtreecommitdiff
path: root/lib/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stream.c')
-rw-r--r--lib/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.c b/lib/stream.c
index c15baa0a2c..634ba6c5f9 100644
--- a/lib/stream.c
+++ b/lib/stream.c
@@ -691,7 +691,7 @@ double stream_getd(struct stream *s)
return u.r;
}
-/* Copy to source to stream.
+/* Copy from source to stream.
*
* XXX: This uses CHECK_SIZE and hence has funny semantics -> Size will wrap
* around. This should be fixed once the stream updates are working.