summaryrefslogtreecommitdiff
path: root/cups/ppd-attr.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-attr.c
parent9e5e2ceff5ff91a95f2c62057f4bcb2efb97cbdf (diff)
downloadcups-8072030b3c862315c367c73663b27f0427325919.tar.gz
Update all references to OS X to macOS.
Diffstat (limited to 'cups/ppd-attr.c')
-rw-r--r--cups/ppd-attr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/ppd-attr.c b/cups/ppd-attr.c
index 4a57d09ff..6324e6e15 100644
--- a/cups/ppd-attr.c
+++ b/cups/ppd-attr.c
@@ -22,7 +22,7 @@
/*
* 'ppdFindAttr()' - Find the first matching attribute.
*
- * @since CUPS 1.1.19/OS X 10.3@
+ * @since CUPS 1.1.19/macOS 10.3@
*/
ppd_attr_t * /* O - Attribute or @code NULL@ if not found */
@@ -79,7 +79,7 @@ ppdFindAttr(ppd_file_t *ppd, /* I - PPD file data */
/*
* 'ppdFindNextAttr()' - Find the next matching attribute.
*
- * @since CUPS 1.1.19/OS X 10.3@
+ * @since CUPS 1.1.19/macOS 10.3@
*/
ppd_attr_t * /* O - Attribute or @code NULL@ if not found */