summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}