aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2023-08-31 13:00:20 +0200
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2023-08-31 18:16:44 +0200
commita335cf241b93ae9e060140b009699b3f2ee2182e (patch)
treed9c61a0a02abf3b5d160d8ff23d25b3155fd103d /gcc/objc
parentaf0c625f6085567522cf55b2ced05f07ec7be67a (diff)
downloadgcc-a335cf241b93ae9e060140b009699b3f2ee2182e.zip
gcc-a335cf241b93ae9e060140b009699b3f2ee2182e.tar.gz
gcc-a335cf241b93ae9e060140b009699b3f2ee2182e.tar.bz2
Darwin: homogenize spelling of macOS
gcc/ChangeLog: * config.in: Regenerate. * config/darwin-c.cc: Change spelling to macOS. * config/darwin-driver.cc: Likewise. * config/darwin.h: Likewise. * configure.ac: Likewise. * doc/contrib.texi: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. * doc/plugins.texi: Likewise. * doc/tm.texi: Regenerate. * doc/tm.texi.in: Change spelling to macOS. * plugin.cc: Likewise. gcc/analyzer/ChangeLog: * kf.cc: Change spelling to macOS. gcc/c-family/ChangeLog: * c.opt: Change spelling to macOS. gcc/fortran/ChangeLog: * gfortran.texi: Likewise. gcc/jit/ChangeLog: * jit-playback.cc: Change spelling to macOS. gcc/objc/ChangeLog: * objc-act.cc: Change spelling to macOS.
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/objc-act.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.cc b/gcc/objc/objc-act.cc
index e4c49e6..186a29c 100644
--- a/gcc/objc/objc-act.cc
+++ b/gcc/objc/objc-act.cc
@@ -3314,7 +3314,7 @@ objc_build_string_object (tree string)
length = TREE_STRING_LENGTH (string) - 1;
/* The target may have different ideas on how to construct an ObjC string
- literal. On Darwin (Mac OS X), for example, we may wish to obtain a
+ literal. On Darwin / macOS, for example, we may wish to obtain a
constant CFString reference instead.
At present, this is only supported for the NeXT runtime. */
if (flag_next_runtime