From 26a9b924d7f07ff0b37a221f75b71e89406ee82d Mon Sep 17 00:00:00 2001 From: Alexander Malmberg Date: Fri, 28 Nov 2003 22:41:07 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18222 72102866-910b-0410-8b05-ffd578937521 --- Source/NSData.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSData.m b/Source/NSData.m index 8ff7c4079..75a10c074 100644 --- a/Source/NSData.m +++ b/Source/NSData.m @@ -531,7 +531,7 @@ static unsigned gsu32Align; * Initialises the receiver.
* The value of aBuffer is a pointer to something to be stored.
* The value of bufferSize is the number of bytes to use.
- * The value fo shouldFree specifies whether the receiver should + * The value of shouldFree specifies whether the receiver should * attempt to free the memory pointer to by aBuffer when the receiver * is deallocated ... ie. it says whether the receiver owns * the memory. Supplying the wrong value here will lead to memory