mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1283 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d3fa62d866
commit
4b1972f13b
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Provides autoreleasing of malloc'ed pointers
|
/* Provides autoreleasing of malloc'ed pointers
|
||||||
Copyright (C) 1995 Free Software Foundation, Inc.
|
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Date: January 1995
|
Date: January 1995
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
void *address;
|
void *address;
|
||||||
}
|
}
|
||||||
|
|
||||||
+ autoreleaseMallocAddresss: (void*)addr;
|
+ autoreleaseMallocAddress: (void*)addr;
|
||||||
+ objectForAddress: (void*)addr;
|
+ objectForAddress: (void*)addr;
|
||||||
|
|
||||||
- initWithAddress: (void*)addr;
|
- initWithAddress: (void*)addr;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Provides autoreleasing of malloc'ed pointers
|
/* Provides autoreleasing of malloc'ed pointers
|
||||||
Copyright (C) 1995 Free Software Foundation, Inc.
|
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||||
Date: January 1995
|
Date: January 1995
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
void *address;
|
void *address;
|
||||||
}
|
}
|
||||||
|
|
||||||
+ autoreleaseMallocAddresss: (void*)addr;
|
+ autoreleaseMallocAddress: (void*)addr;
|
||||||
+ objectForAddress: (void*)addr;
|
+ objectForAddress: (void*)addr;
|
||||||
|
|
||||||
- initWithAddress: (void*)addr;
|
- initWithAddress: (void*)addr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue