summaryrefslogtreecommitdiff
path: root/filter/interpret.c
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-06-20 15:23:25 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-06-20 15:23:25 -0400
commit8072030b3c862315c367c73663b27f0427325919 (patch)
tree231ed512ca93a46466e7e4e897787053a6dd78fb /filter/interpret.c
parent9e5e2ceff5ff91a95f2c62057f4bcb2efb97cbdf (diff)
Update all references to OS X to macOS.
Diffstat (limited to 'filter/interpret.c')
-rw-r--r--filter/interpret.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/interpret.c b/filter/interpret.c
index 932d78df9..f811d1a09 100644
--- a/filter/interpret.c
+++ b/filter/interpret.c
@@ -122,7 +122,7 @@ static void DEBUG_stack(const char *prefix, _cups_ps_stack_t *st);
* @code pop@, @code roll@, @code setpagedevice@, and @code stopped@ operators
* are supported.
*
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
*/
int /* O - 0 on success, -1 on failure */
@@ -183,7 +183,7 @@ cupsRasterInterpretPPD(
#ifdef __APPLE__
/*
- * cupsInteger0 is also used for the total page count on OS X; set an
+ * cupsInteger0 is also used for the total page count on macOS; set an
* uncommon default value so we can tell if the driver is using cupsInteger0.
*/