diff options
author | Wayne Davison <wayned@samba.org> | 2009-11-23 22:45:29 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-11-23 22:45:29 -0800 |
commit | d03c0b1ed39dc9f582e9ae6b12c16381035d7fbd (patch) | |
tree | 6574a15b34206c0e9b25ce918ff7019aa62be72b /rsync.c | |
parent | 907e6a32a00ace7cf1e96f9c9132f83f4a208430 (diff) | |
download | rsync-d03c0b1ed39dc9f582e9ae6b12c16381035d7fbd.tar.gz rsync-d03c0b1ed39dc9f582e9ae6b12c16381035d7fbd.tar.bz2 rsync-d03c0b1ed39dc9f582e9ae6b12c16381035d7fbd.zip |
Fix a comment.
Diffstat (limited to 'rsync.c')
-rw-r--r-- | rsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ void setup_iconv(void) * can wrap around to the start, and the xbuf may have its ".size" reduced * (presumably by 1 byte) if the iconv code doesn't have space to store a * multi-byte character at the physical end of the ".buf" (though no reducing - * happens if ".pos" is < 1, since there is no room to wrap around). + * happens if ".pos" is <= 1, since there is no room to wrap around). * * If ICB_EXPAND_OUT is set in "flags", the "out" xbuf will be allocated if * empty, and (as long as ICB_CIRCULAR_OUT is not set) expanded if too small. |