From d95717aae80fb68dbe4f0f19829a95d2cdc7ecff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jun 2009 18:29:15 +0000 Subject: *** empty log message *** --- eio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3