Fix a typo: s/gnore/ignore/
git-svn-id: https://google-glog.googlecode.com/svn/trunk@18 eb4d4688-79bd-11dd-afb4-1d65580434c0
This commit is contained in:
parent
32b7e7c1a4
commit
a00ca9b038
@ -21,8 +21,8 @@ _START_GOOGLE_NAMESPACE_
|
|||||||
// internal mmap based memory allocator), and that mmap gets trapped
|
// internal mmap based memory allocator), and that mmap gets trapped
|
||||||
// and causes a stack-trace request. If were to try to honor that
|
// and causes a stack-trace request. If were to try to honor that
|
||||||
// recursive request, we'd end up with infinite recursion or deadlock.
|
// recursive request, we'd end up with infinite recursion or deadlock.
|
||||||
// Luckily, it's safe to gnore those subsequent traces. In such cases,
|
// Luckily, it's safe to ignore those subsequent traces. In such
|
||||||
// we return 0 to indicate the situation.
|
// cases, we return 0 to indicate the situation.
|
||||||
static bool g_now_entering = false;
|
static bool g_now_entering = false;
|
||||||
|
|
||||||
// If you change this function, also change GetStackFrames below.
|
// If you change this function, also change GetStackFrames below.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user