Skip to content

Commit 475d13a

Browse files
committed
[PlaygroundLogger] Fixed a grammatical issue in PGLThreadIsLogging.h.
1 parent e2fcd53 commit 475d13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlaygroundLogger/PlaygroundLogger/Utilities/PGLThreadIsLogging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ __BEGIN_DECLS
1919
/// logging.
2020
///
2121
/// This is used by the functions in LoggerEntrypoints.swift and
22-
/// LegacyEntrypoints.swift to prevent generating log packets while in already
22+
/// LegacyEntrypoints.swift to prevent generating log packets while already
2323
/// generating a log packet. It means the side-effects of logging are not
2424
/// themselves logged.
2525
extern __thread bool PGLThreadIsLogging;

0 commit comments

Comments
 (0)