diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-06-16 16:35:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-16 16:35:38 -0400 |
| commit | 8dfcf20fa0bc2cae0e271aa908905a980d42375e (patch) | |
| tree | 18f2d047812b6382bf621949aa3afbc86e3b5e45 /lib/stream.c | |
| parent | 38ec6e680d4b0c817ee193851208e68220676948 (diff) | |
| parent | e3f05a8a1aac5ba0e0bb32d6f81019e11c4ff250 (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.c | 2 |
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. |
