aboutsummaryrefslogtreecommitdiff
path: root/GTMDefines.h
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-09-16 16:11:46 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-09-16 16:11:46 -0400
commit3da7e0c8de4adf4f923d5c6dee2fb3c9835a39f0 (patch)
treee769571d9950e0f89c59303bc43130f0cecec59c /GTMDefines.h
parent08187d2da73bc6da1c12aa74783fcbbe2c98a3e3 (diff)
Fixes minor typo in comment.
Diffstat (limited to 'GTMDefines.h')
-rw-r--r--GTMDefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GTMDefines.h b/GTMDefines.h
index 2528d19..d381ec6 100644
--- a/GTMDefines.h
+++ b/GTMDefines.h
@@ -152,7 +152,7 @@
// for a little more background on the usage of these macros.
//
// _GTMDevLog log some error/problem in debug builds
-// _GTMDevAssert assert if conditon isn't met w/in a method/function
+// _GTMDevAssert assert if condition isn't met w/in a method/function
// in all builds.
//
// To replace this system, just provide different macro definitions in your