From 2c0f44456fc88654d54aa714808564937c369b49 Mon Sep 17 00:00:00 2001 From: rich_sposato Date: Mon, 20 Feb 2006 21:56:06 +0000 Subject: [PATCH] Fixed typo. git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@539 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/SmallObj.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/loki/SmallObj.h b/include/loki/SmallObj.h index f76c01b..a6d4018 100644 --- a/include/loki/SmallObj.h +++ b/include/loki/SmallObj.h @@ -41,7 +41,7 @@ #endif #if defined(LOKI_SMALL_OBJECT_USE_NEW_ARRAY) && defined(_MSC_VER) -#pragma message("Don't define LOKI_SMALL_OBJECT_USE_NEW_ARRAY when using a Microsoft compiler to prevet memory leaks.") +#pragma message("Don't define LOKI_SMALL_OBJECT_USE_NEW_ARRAY when using a Microsoft compiler to prevent memory leaks.") #pragma message("now calling '#undef LOKI_SMALL_OBJECT_USE_NEW_ARRAY'") #undef LOKI_SMALL_OBJECT_USE_NEW_ARRAY #endif @@ -633,6 +633,9 @@ namespace Loki // Nov. 26, 2004: re-implemented by Rich Sposato. // // $Log$ +// Revision 1.27 2006/02/20 21:56:06 rich_sposato +// Fixed typo. +// // Revision 1.26 2006/01/22 13:37:33 syntheticpp // use macro LOKI_DEFAULT_MUTEX for Mutex default value, defined in Threads.h //