summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2009-06-17 18:29:15 +0000
committerroot <root>2009-06-17 18:29:15 +0000
commitd95717aae80fb68dbe4f0f19829a95d2cdc7ecff (patch)
treefad28f957482211b594ec1a9e979fabe28d013a3
parentd01ae9f4905b4156b851683215658e58929758a7 (diff)
*** empty log message ***rel-3_26
-rw-r--r--eio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.c b/eio.c
index 4367137..51ecae0 100644
--- a/eio.c
+++ b/eio.c
@@ -869,7 +869,7 @@ eio__sync_file_range (int fd, off_t offset, size_t nbytes, unsigned int flags)
#endif
/* even though we could play tricks with the flags, it's better to always
- * call fdatasync, as thta matches the expectation of it's users best */
+ * call fdatasync, as that matches the expectation of its users best */
return fdatasync (fd);
}