aboutsummaryrefslogtreecommitdiffstats
path: root/rsync.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-11-23 22:45:29 -0800
committerWayne Davison <wayned@samba.org>2009-11-23 22:45:29 -0800
commitd03c0b1ed39dc9f582e9ae6b12c16381035d7fbd (patch)
tree6574a15b34206c0e9b25ce918ff7019aa62be72b /rsync.c
parent907e6a32a00ace7cf1e96f9c9132f83f4a208430 (diff)
downloadandroid_external_rsync-d03c0b1ed39dc9f582e9ae6b12c16381035d7fbd.tar.gz
android_external_rsync-d03c0b1ed39dc9f582e9ae6b12c16381035d7fbd.tar.bz2
android_external_rsync-d03c0b1ed39dc9f582e9ae6b12c16381035d7fbd.zip
Fix a comment.
Diffstat (limited to 'rsync.c')
-rw-r--r--rsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.c b/rsync.c
index 3d45d01b..476792fe 100644
--- 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
- * 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.