summaryrefslogtreecommitdiff
path: root/cups/ppd-mark.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 /cups/ppd-mark.c
parent9e5e2ceff5ff91a95f2c62057f4bcb2efb97cbdf (diff)
downloadcups-8072030b3c862315c367c73663b27f0427325919.tar.gz
Update all references to OS X to macOS.
Diffstat (limited to 'cups/ppd-mark.c')
-rw-r--r--cups/ppd-mark.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cups/ppd-mark.c b/cups/ppd-mark.c
index 3b0c51306..6faf62789 100644
--- a/cups/ppd-mark.c
+++ b/cups/ppd-mark.c
@@ -113,7 +113,7 @@ cupsMarkOptions(
* InputSlot, etc.) is not also set.
*
* For PageSize, we also check for an empty option value since some versions
- * of MacOS X use it to specify auto-selection of the media based solely on
+ * of MacmacOS use it to specify auto-selection of the media based solely on
* the size.
*/
@@ -561,7 +561,7 @@ ppdMarkOption(ppd_file_t *ppd, /* I - PPD file record */
*
* Options are returned from all groups in ascending alphanumeric order.
*
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
*/
ppd_option_t * /* O - First option or @code NULL@ */
@@ -579,7 +579,7 @@ ppdFirstOption(ppd_file_t *ppd) /* I - PPD file */
*
* Options are returned from all groups in ascending alphanumeric order.
*
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
*/
ppd_option_t * /* O - Next option or @code NULL@ */
@@ -770,7 +770,7 @@ ppd_mark_option(ppd_file_t *ppd, /* I - PPD file */
ppd, option, choice));
/*
- * AP_D_InputSlot is the "default input slot" on MacOS X, and setting
+ * AP_D_InputSlot is the "default input slot" on MacmacOS, and setting
* it clears the regular InputSlot choices...
*/