mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
72070b670c
commit
cbd8b067a0
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue