diff options
Diffstat (limited to 'src/bfstd.h')
-rw-r--r-- | src/bfstd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bfstd.h b/src/bfstd.h index 45db81a..afb5282 100644 --- a/src/bfstd.h +++ b/src/bfstd.h @@ -376,7 +376,7 @@ size_t xread(int fd, void *buf, size_t nbytes); * writes. * * @return - The number of bytes written. A value != nbytes indicates an error. + * The number of bytes written. A value != nbytes indicates an error. */ size_t xwrite(int fd, const void *buf, size_t nbytes); |