From d3252bbf7fcdf326e286a2ed64d5106b61d80d19 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 2 Jul 2013 13:22:35 +1200 Subject: [PATCH] Fix comment typo --- Source/DOH/fio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * ----------------------------------------------------------------------------- */