summaryrefslogtreecommitdiffstats
path: root/base/debug_util.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 19:09:00 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 19:09:00 +0000
commit20595ea7d410241f8e44dde5768a9355dfc82a2d (patch)
tree780b09db9b4db1435ea7f63121f598c937ee6883 /base/debug_util.h
parentf0d78c06446769d190f3c8b1e7714de63553b3e5 (diff)
downloadchromium_src-20595ea7d410241f8e44dde5768a9355dfc82a2d.zip
chromium_src-20595ea7d410241f8e44dde5768a9355dfc82a2d.tar.gz
chromium_src-20595ea7d410241f8e44dde5768a9355dfc82a2d.tar.bz2
posix: make ctl-C work within gdb for dropping to a console.
See comment in commit for gory details. Review URL: http://codereview.chromium.org/53113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13374 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug_util.h')
-rw-r--r--base/debug_util.h2
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();