From ad01dd74bcdbc41af48a8815d5276b5154ea83ac Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:20:58 -0400 Subject: [PATCH] Spelling: [libcdio] facilitate --- src/libcdio/cdio/ecma_167.h | 2 +- src/libcdio/cdio/rock.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcdio/cdio/ecma_167.h b/src/libcdio/cdio/ecma_167.h index 81a12209..9c0a11b1 100644 --- a/src/libcdio/cdio/ecma_167.h +++ b/src/libcdio/cdio/ecma_167.h @@ -200,7 +200,7 @@ struct vol_struct_desc_s /** Standard Identifier (ECMA 167r3 2/9.1.2) */ -/* The below const definitions are to faciltate debugging of the +/* The below const definitions are to facilitate debugging of the values #define'd below. */ extern const char VSD_STD_ID_BEA01[sizeof("BEA01")-1]; extern const char VSD_STD_ID_BOOT2[sizeof("BOOT2")-1]; diff --git a/src/libcdio/cdio/rock.h b/src/libcdio/cdio/rock.h index 9b5ac155..9ac22074 100644 --- a/src/libcdio/cdio/rock.h +++ b/src/libcdio/cdio/rock.h @@ -361,7 +361,7 @@ int get_rock_ridge_filename(iso9660_dir_t * de, /*out*/ char * retname, */ const char *iso9660_get_rock_attr_str(posix_mode_t st_mode); -/** These variables are not used, but are defined to facilatate debugging +/** These variables are not used, but are defined to facilitate debugging by letting us use enumerations values (which also correspond to \#define's inside a debugged program. */