From a00ca9b038f72990cd7ef1a0dbba802f234fbb16 Mon Sep 17 00:00:00 2001 From: Date: Mon, 17 Nov 2008 10:38:58 +0000 Subject: [PATCH] Fix a typo: s/gnore/ignore/ git-svn-id: https://google-glog.googlecode.com/svn/trunk@18 eb4d4688-79bd-11dd-afb4-1d65580434c0 --- src/stacktrace_libunwind-inl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stacktrace_libunwind-inl.h b/src/stacktrace_libunwind-inl.h index 37fa13e..aa7c284 100644 --- a/src/stacktrace_libunwind-inl.h +++ b/src/stacktrace_libunwind-inl.h @@ -21,8 +21,8 @@ _START_GOOGLE_NAMESPACE_ // internal mmap based memory allocator), and that mmap gets trapped // and causes a stack-trace request. If were to try to honor that // recursive request, we'd end up with infinite recursion or deadlock. -// Luckily, it's safe to gnore those subsequent traces. In such cases, -// we return 0 to indicate the situation. +// Luckily, it's safe to ignore those subsequent traces. In such +// cases, we return 0 to indicate the situation. static bool g_now_entering = false; // If you change this function, also change GetStackFrames below.