summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stegmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stegmp.c b/stegmp.c
index 87715dd..b11c973 100644
--- a/stegmp.c
+++ b/stegmp.c
@@ -104,7 +104,7 @@ int stegmp_loop_write(unsigned char *baseaddr, struct bitmap *bmpp, FILE *fh)
bits = 0;
- /* check if bufferized input still present */
+ /* check if buffered input still present */
if (idx == len) {
if (feof(fh)) {
return 0;