Skip to content

Commit

Permalink
[PlaygroundLogger] Fixed a grammatical issue in PGLThreadIsLogging.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwakamo committed Sep 6, 2018
1 parent e2fcd53 commit 475d13a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ __BEGIN_DECLS
/// logging.
///
/// This is used by the functions in LoggerEntrypoints.swift and
/// LegacyEntrypoints.swift to prevent generating log packets while in already
/// LegacyEntrypoints.swift to prevent generating log packets while already
/// generating a log packet. It means the side-effects of logging are not
/// themselves logged.
extern __thread bool PGLThreadIsLogging;
Expand Down

0 comments on commit 475d13a

Please sign in to comment.