From 0b9f03bb2361e337adcd70958237a87de3c23a39 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 5 Apr 2011 09:20:25 +0200 Subject: [PATCH] Fixed a typo in comments --- libisofs/image.c | 2 +- libisofs/stream.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisofs/image.c b/libisofs/image.c index 02abb9a..cf94985 100644 --- a/libisofs/image.c +++ b/libisofs/image.c @@ -32,7 +32,7 @@ * @param image * Location where the image pointer will be stored. * @return - * 1 sucess, < 0 error + * 1 success, < 0 error */ int iso_image_new(const char *name, IsoImage **image) { diff --git a/libisofs/stream.c b/libisofs/stream.c index 9b2f0ed..8e4699b 100644 --- a/libisofs/stream.c +++ b/libisofs/stream.c @@ -770,7 +770,7 @@ IsoStreamIface mem_stream_class = { * When the Stream refcount reach 0, the buffer is free(3). * * @return - * 1 sucess, < 0 error + * 1 success, < 0 error */ int iso_memory_stream_new(unsigned char *buf, size_t size, IsoStream **stream) {