diff options
Diffstat (limited to 'base/debug_util.h')
-rw-r--r-- | base/debug_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug_util.h b/base/debug_util.h index 8ae0a2b..de49c43 100644 --- a/base/debug_util.h +++ b/base/debug_util.h @@ -44,7 +44,7 @@ class DebugUtil { // Are we running under a debugger? // On OS X, the underlying mechanism doesn't work when the sandbox is enabled. - // To get around this, this function caches it's value. + // To get around this, this function caches its value. // WARNING: Because of this, on OS X, a call MUST be made to this function // BEFORE the sandbox is enabled. static bool BeingDebugged(); |