diff options
author | root <root> | 2009-06-17 18:29:15 +0000 |
---|---|---|
committer | root <root> | 2009-06-17 18:29:15 +0000 |
commit | d95717aae80fb68dbe4f0f19829a95d2cdc7ecff (patch) | |
tree | fad28f957482211b594ec1a9e979fabe28d013a3 | |
parent | d01ae9f4905b4156b851683215658e58929758a7 (diff) |
*** empty log message ***rel-3_26
-rw-r--r-- | eio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |