From 7d7f0c1bc9501262f68689a48cb87b240812f22a Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 6 Jan 2024 08:41:18 -0500 Subject: [PATCH] cwMem.cpp : Corrected comment. --- cwMem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwMem.cpp b/cwMem.cpp index a501fbf..4fcf55c 100644 --- a/cwMem.cpp +++ b/cwMem.cpp @@ -12,7 +12,7 @@ void* cw::mem::_alloc( void* p0, unsigned n, unsigned flags ) n += 2*sizeof(unsigned); // add space for the size of the block - // if there is no existing block + // if there is an existing block if( p0 != nullptr ) { // get a pointer to the base of the exsting block