Fix a comment.
authorWayne Davison <wayned@samba.org>
Tue, 24 Nov 2009 06:45:29 +0000 (22:45 -0800)
committerWayne Davison <wayned@samba.org>
Tue, 24 Nov 2009 06:45:29 +0000 (22:45 -0800)
rsync.c

diff --git a/rsync.c b/rsync.c
index 3d45d01..476792f 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -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
  * 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.
  *
  * 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.