aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-12-08 16:12:25 +0000
committerWayne Davison <wayned@samba.org>2005-12-08 16:12:25 +0000
commit0fb2fc4a1d75dfddeb5bb56d3ca7c5b22511fc29 (patch)
tree1dff15133bddb9c5e0e8836fe55b8b1966a1dd74 /io.c
parentda2d13e3cec2f79362ab94429cc291d3c9653a70 (diff)
downloadandroid_external_rsync-0fb2fc4a1d75dfddeb5bb56d3ca7c5b22511fc29.tar.gz
android_external_rsync-0fb2fc4a1d75dfddeb5bb56d3ca7c5b22511fc29.tar.bz2
android_external_rsync-0fb2fc4a1d75dfddeb5bb56d3ca7c5b22511fc29.zip
Fixed a typo in a comment.
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 1faa9162..439f717b 100644
--- a/io.c
+++ b/io.c
@@ -1015,7 +1015,7 @@ static void sleep_for_bwlimit(int bytes_written)
/* Write len bytes to the file descriptor fd, looping as necessary to get
- * the job done and also (in certain circumstnces) reading any data on
+ * the job done and also (in certain circumstances) reading any data on
* msg_fd_in to avoid deadlock.
*
* This function underlies the multiplexing system. The body of the