]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/util.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / scheduler / util.c
index 5e67d8028122a1fc6c442be8f342b9bd3e3e3e29..ac078bd9c2184ccfb8a881dc9fcc8db2920d7349 100644 (file)
@@ -156,7 +156,7 @@ cupsdCreateStringsArray(const char *s)      /* I - Comma-delimited strings */
 /*
  * 'cupsdExec()' - Run a program with the correct environment.
  *
- * On OS X, we need to update the CFProcessPath environment variable that
+ * On macOS, we need to update the CFProcessPath environment variable that
  * is passed in the environment so the child can access its bundled resources.
  */
 
@@ -173,7 +173,7 @@ cupsdExec(const char *command,              /* I - Full path to program */
 
 
  /*
-  * Some OS X programs are bundled and need the CFProcessPath environment
+  * Some macOS programs are bundled and need the CFProcessPath environment
   * variable defined.  If the command is a symlink, resolve the link and point
   * to the resolved location, otherwise, use the command path itself.
   */