Skip to content

Commit

Permalink
clean up the comment to exclude field type
Browse files Browse the repository at this point in the history
Thanks to PatrickvL for finding it!
  • Loading branch information
RadWolfie committed Apr 16, 2019
1 parent 22a1627 commit 9d58008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OOVPA.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
// ******************************************************************
typedef struct _OOVPA
{
// This OOVPA field (uint08 Count) indicates the number of
// This OOVPA field, Count, indicates the number of
// {Offset, Value}-pairs present in the Lovp array,
// available after casting this OOVPA to LOOVPA.
// (This Count INCLUDES optional leading {Offset, XREF_*-enum}-
// pairs - see comment at XRefCount.)
unsigned char Count;

// This OOVPA field (uint08 XRefCount) contains the number of
// This OOVPA field, XRefCount, contains the number of
// {Offset, XREF_*-enum}-pairs that come before all other
// {Offset, Value}-pairs.
// (The {Offset, XREF_*-enum}-pairs are INCLUDED in OOVPA.Count)
// (Also, see comments at XRefZero and XRefOne.)
unsigned char XRefCount;

// This OOVPA field (uint16 XRefSaveIndex) contains either an
// This OOVPA field, XRefSaveIndex, contains either an
// XREF_* enum value, or the XRefNoSaveIndex marker when there's
// no XREF_* enum defined for this OOVPA.
unsigned short XRefSaveIndex;
Expand Down

0 comments on commit 9d58008

Please sign in to comment.