summaryrefslogtreecommitdiffstats
path: root/src/lib/read_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/read_write.c')
-rw-r--r--src/lib/read_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/read_write.c b/src/lib/read_write.c
index da067f78..fe85fcfb 100644
--- a/src/lib/read_write.c
+++ b/src/lib/read_write.c
@@ -88,7 +88,7 @@ ssize_t full_write(int fd, const void *buf, size_t len)
/* user can do another write to know the error code */
return total;
}
- return cc; /* write() returns -1 on failure. */
+ return cc; /* write() returns -1 on failure. */
}
total += cc;