diff options
author | David Phillip Oster <DavidPhillipOster@gmail.com> | 2020-01-29 14:01:25 -0800 |
---|---|---|
committer | Thomas Van Lenten <thomasvl@google.com> | 2020-01-29 17:04:22 -0500 |
commit | 63025616dd7c5d2169648eb6007af85598d294eb (patch) | |
tree | 9c30c4292b21b4440c55bd3a884cb7af9acf0601 | |
parent | 074577c360568871b35834bbbc73bfd05305589e (diff) |
GTMDefines.h - fix typo.
-rw-r--r-- | GTMDefines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GTMDefines.h b/GTMDefines.h index f2c047e..c968aa1 100644 --- a/GTMDefines.h +++ b/GTMDefines.h @@ -105,7 +105,7 @@ // // To replace this system, just provide different macro definitions in your // prefix header. Remember, any implementation you provide *must* be thread -// safe since this could be called by anything in what ever situtation it has +// safe since this could be called by anything in what ever situation it has // been placed in. // |