*: Satisfy linter (newest type casts rule)

This commit is contained in:
ZyX
2016-06-23 23:49:23 +03:00
parent a3b05a03b6
commit 75bd39d49c
2 changed files with 10 additions and 10 deletions

View File

@@ -424,7 +424,7 @@ ptrdiff_t os_read(const int fd, bool *ret_eof, char *const ret_buf,
}
#ifdef HAVE_READV
/// Read from a file to a multiple buffers at once
/// Read from a file to multiple buffers at once
///
/// Wrapper for readv().
///