From 43525ce52bea0bf5c75497ca6b6046d95146b316 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 27 Jan 2019 20:55:02 +0100 Subject: Fix typo Signed-off-by: Olivier Gayot --- stegmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3