mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 08:40:44 +00:00
Fix typo in comment.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ef3b26222
commit
26a9b924d7
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ static unsigned gsu32Align;
|
|||
* Initialises the receiver.<br />
|
||||
* The value of aBuffer is a pointer to something to be stored.<br />
|
||||
* The value of bufferSize is the number of bytes to use.<br />
|
||||
* 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 <em>owns</em>
|
||||
* the memory. Supplying the wrong value here will lead to memory
|
||||
|
|
Loading…
Reference in a new issue