summaryrefslogtreecommitdiff
path: root/lib/stream.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-06-16 16:35:38 -0400
committerGitHub <noreply@github.com>2022-06-16 16:35:38 -0400
commit8dfcf20fa0bc2cae0e271aa908905a980d42375e (patch)
tree18f2d047812b6382bf621949aa3afbc86e3b5e45 /lib/stream.c
parent38ec6e680d4b0c817ee193851208e68220676948 (diff)
parente3f05a8a1aac5ba0e0bb32d6f81019e11c4ff250 (diff)
Merge pull request #11419 from anlancs/fix/minor-1
zebra, lib: minor changes
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 011e921c0d..83ed015bc9 100644
--- a/lib/stream.c
+++ b/lib/stream.c
@@ -690,7 +690,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.