1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-31 05:42:25 +00:00

Fix some typos. (#18)

Changes to commentary only.
This commit is contained in:
Bruce Mitchener
2020-12-10 23:07:35 +07:00
committed by GitHub
parent 5c8fb47005
commit e025617c13
30 changed files with 177 additions and 177 deletions

View File

@@ -74,7 +74,7 @@ typedef struct fnhead{
unsigned nlocals : 8; /* ?? */
unsigned fvaroffset : 8;
/* DLword offset from head of NameTable */
/* NameTable of variavle length is follwing with this structure. */
/* NameTable of variable length is following with this structure. */
} FNHEAD;
@@ -200,7 +200,7 @@ typedef struct fnhead
/* DLword offset from head of NameTable */
unsigned nlocals :8; /* ?? */
DLword ntsize; /* size of NameTable */
/* NameTable of variavle length is follwing with this structure. */
/* NameTable of variable length is following with this structure. */
} FNHEAD;