]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd-attr.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / cups / ppd-attr.c
index 4a57d09ff84e43774cf4b58be5e0fb9eb87187ce..6324e6e15b98781fdc7cf0c3b78b123cc8994364 100644 (file)
@@ -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 */