Fix typos etc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-08-20 15:07:58 +00:00
parent ab0df6f2f4
commit 1ede313efa
19 changed files with 75 additions and 53 deletions

View file

@ -1382,7 +1382,7 @@ static IMP _xRefImp; /* Serialize a crossref. */
if (_initialPass == NO)
{
/*
* Special case - a nul pointer gets an xref of zero
* Special case - a null pointer gets an xref of zero
*/
(*_eTagImp)(_dst, eTagSel, _GSC_PTR | _GSC_XREF | _GSC_X_0);
}
@ -1451,7 +1451,7 @@ static IMP _xRefImp; /* Serialize a crossref. */
if (*(Class*)buf == 0)
{
/*
* Special case - a nul pointer gets an xref of zero
* Special case - a null pointer gets an xref of zero
*/
(*_eTagImp)(_dst, eTagSel, _GSC_CLASS | _GSC_XREF | _GSC_X_0);
}
@ -1519,7 +1519,7 @@ static IMP _xRefImp; /* Serialize a crossref. */
if (*(SEL*)buf == 0)
{
/*
* Special case - a nul pointer gets an xref of zero
* Special case - a null pointer gets an xref of zero
*/
(*_eTagImp)(_dst, eTagSel, _GSC_SEL | _GSC_XREF | _GSC_X_0);
}
@ -1550,7 +1550,7 @@ static IMP _xRefImp; /* Serialize a crossref. */
if (*(char**)buf == 0)
{
/*
* Special case - a nul pointer gets an xref of zero
* Special case - a null pointer gets an xref of zero
*/
(*_eTagImp)(_dst, eTagSel, _GSC_CHARPTR | _GSC_XREF | _GSC_X_0);
}