Skip to content

Commit a0522e5

Browse files
committed
Cleanup
1 parent 33d61f3 commit a0522e5

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
@@ -159,7 +159,7 @@ namespace tfm = tinyformat;
159159
#endif
160160

161161
#ifdef __APPLE__
162-
// Workaround OSX linker warning: xcode uses different default symbol
162+
// Workaround OSX 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
@@ -589,7 +589,7 @@ inline const char* printFormatStringLiteral(std::ostream& out, const char* fmt)
589589
// Formatting options which can't be natively represented using the ostream
590590
// state are returned in spacePadPositive (for space padded positive numbers)
591591
// and ntrunc (for truncating conversions). argIndex is incremented if
592-
// necessary to pull out variable width and precision . The function returns a
592+
// necessary to pull out variable width and precision. The function returns a
593593
// pointer to the character after the end of the current format spec.
594594
inline const char* streamStateFromFormat(std::ostream& out, bool& spacePadPositive,
595595
int& ntrunc, const char* fmtStart,

0 commit comments

Comments
 (0)