Skip to content

Commit 015cd3f

Browse files
authored
Merge branch 'master' into typos
2 parents a0522e5 + 18a6e01 commit 015cd3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinyformat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ namespace tfm = tinyformat;
153153
#endif
154154

155155
#if defined(__GLIBCXX__) && __GLIBCXX__ < 20080201
156-
// std::showpos is broken on old libstdc++ as provided with OSX. See
156+
// std::showpos is broken on old libstdc++ as provided with macOS. See
157157
// http://gcc.gnu.org/ml/libstdc++/2007-11/msg00075.html
158158
# define TINYFORMAT_OLD_LIBSTDCPLUSPLUS_WORKAROUND
159159
#endif
160160

161161
#ifdef __APPLE__
162-
// Workaround OSX linker warning: Xcode uses different default symbol
162+
// Workaround macOS linker warning: Xcode uses different default symbol
163163
// visibilities for static libs vs executables (see issue #25)
164164
# define TINYFORMAT_HIDDEN __attribute__((visibility("hidden")))
165165
#else

0 commit comments

Comments
 (0)