From 46a39ddd42f55d38c8a8b94d9e30963c37211356 Mon Sep 17 00:00:00 2001 From: robocop Date: Fri, 31 Jul 2009 09:29:52 +0000 Subject: [PATCH] Totally misc. --- src/common/classes/alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/classes/alloc.h b/src/common/classes/alloc.h index a6bf6ffcb1..048aa2ed79 100644 --- a/src/common/classes/alloc.h +++ b/src/common/classes/alloc.h @@ -378,7 +378,7 @@ public: // The same routine, but more easily callable from the debugger void print_contents(const char* filename, bool = false, const char* filter_path = 0); - // These method is needed when C++ runtime can call + // Theis method is needed when C++ runtime can call // redefined by us operator new before initialization of global variables. #ifdef LIBC_CALLS_NEW static void* globalAlloc(size_t s) THROW_BAD_ALLOC;