From 21b90f5a9b179490987f9cbfb7cde3ab356304f7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:33:03 -0400 Subject: [PATCH] Spelling: [libcdio] parameter --- src/libcdio/iso9660/rock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcdio/iso9660/rock.c b/src/libcdio/iso9660/rock.c index f83825fd..1eb6e31b 100644 --- a/src/libcdio/iso9660/rock.c +++ b/src/libcdio/iso9660/rock.c @@ -120,7 +120,7 @@ realloc_symlink(/*in/out*/ iso9660_stat_t *p_stat, uint8_t i_grow) /* Copy a long or short time from the iso_rock_tf_t into the specified field of a iso_rock_statbuf_t. - non-paramater variables are p_stat, rr, and cnt. + non-parameter variables are p_stat, rr, and cnt. */ #define add_time(FLAG, TIME_FIELD) \ if (rr->u.TF.flags & FLAG) { \