summaryrefslogtreecommitdiffstats
path: root/audio/out
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-20 21:24:54 +0100
committerder richter <der.richter@gmx.de>2024-02-21 20:46:53 +0100
commitd954646d29bfb7110253ea40d6ff853971425de0 (patch)
tree106e962ba203849983e1efc2903a825997712345 /audio/out
parentd6fdc0ae746ce3304f47349ae1df2b1f089155aa (diff)
downloadmpv-d954646d29bfb7110253ea40d6ff853971425de0.tar.bz2
mpv-d954646d29bfb7110253ea40d6ff853971425de0.tar.xz
various: make mentions of macOS consistent
change all mentions and variations of OSX, OS X, MacOSX, MacOS X, etc consistent. use the official naming macOS.
Diffstat (limited to 'audio/out')
-rw-r--r--audio/out/ao_coreaudio_exclusive.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/out/ao_coreaudio_exclusive.c b/audio/out/ao_coreaudio_exclusive.c
index e24f791574..d4e66b73e3 100644
--- a/audio/out/ao_coreaudio_exclusive.c
+++ b/audio/out/ao_coreaudio_exclusive.c
@@ -1,5 +1,5 @@
/*
- * CoreAudio audio output driver for Mac OS X
+ * CoreAudio audio output driver for macOS
*
* original copyright (C) Timothy J. Wood - Aug 2000
* ported to MPlayer libao2 by Dan Christiansen
@@ -28,7 +28,7 @@
*/
/*
- * The MacOS X CoreAudio framework doesn't mesh as simply as some
+ * The macOS CoreAudio framework doesn't mesh as simply as some
* simpler frameworks do. This is due to the fact that CoreAudio pulls
* audio samples rather than having them pushed at it (which is nice
* when you are wanting to do good buffering of audio).