fixed unclosed <p> in first comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19924 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
arobert 2004-08-26 02:04:02 +00:00
parent 72070b670c
commit cbd8b067a0

View file

@ -45,10 +45,10 @@ typedef struct {
BOOL isReg; // extension, available only ifndef NO_GNUSTEP
} NSArgumentInfo;
</example>
* <p>NB. The offset and register information my not always be reliable.
* In the past it was dependant of locally maintained platform dependent
* <p>NB. The offset and register information may not always be reliable.
* In the past it was dependent on locally maintained platform dependent
* information. In the future it may depend on layout information
* supplied by the compiler.<p>
* supplied by the compiler.</p>
*/
typedef struct {
int offset;