Fixed a typo in comments

This commit is contained in:
Thomas Schmitt 2011-04-05 09:20:25 +02:00
parent d1c3a017e3
commit 0b9f03bb23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
* @param image * @param image
* Location where the image pointer will be stored. * Location where the image pointer will be stored.
* @return * @return
* 1 sucess, < 0 error * 1 success, < 0 error
*/ */
int iso_image_new(const char *name, IsoImage **image) int iso_image_new(const char *name, IsoImage **image)
{ {

View File

@ -770,7 +770,7 @@ IsoStreamIface mem_stream_class = {
* When the Stream refcount reach 0, the buffer is free(3). * When the Stream refcount reach 0, the buffer is free(3).
* *
* @return * @return
* 1 sucess, < 0 error * 1 success, < 0 error
*/ */
int iso_memory_stream_new(unsigned char *buf, size_t size, IsoStream **stream) int iso_memory_stream_new(unsigned char *buf, size_t size, IsoStream **stream)
{ {