aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2013-07-02 13:22:35 +1200
committerOlly Betts <olly@survex.com>2013-07-02 13:22:35 +1200
commitd3252bbf7fcdf326e286a2ed64d5106b61d80d19 (patch)
treebe1ed64012eb136b8b57001666e83537d2c27afa /Source/DOH
parentc8a879303c8f044036b951ebbc2cc7e956126732 (diff)
downloadswig-d3252bbf7fcdf326e286a2ed64d5106b61d80d19.tar.gz
Fix comment typo
Diffstat (limited to 'Source/DOH')
-rw-r--r--Source/DOH/fio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DOH/fio.c b/Source/DOH/fio.c
index 5693deeb5..d2a1bab19 100644
--- a/Source/DOH/fio.c
+++ b/Source/DOH/fio.c
@@ -21,7 +21,7 @@ static DOH *encodings = 0; /* Encoding hash */
/* -----------------------------------------------------------------------------
* Writen()
*
- * Write's N characters of output and retries until all characters are
+ * Writes N characters of output and retries until all characters are
* written. This is useful should a write operation encounter a spurious signal.
* ----------------------------------------------------------------------------- */