Update misleading comments that referred to stddef instead of stdlib.

This commit is contained in:
Stephen Heumann 2021-09-02 17:40:34 -05:00
parent 9937ef7003
commit ee395c371b
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@
****************************************************************
*
* StdDef - Standard Definitions
* StdLib - Standard Library Utility Functions
*
* This code implements the tables and subroutines needed to
* support the standard C library STDDEF.
* support the standard C library STDLIB.
*
* December 1988
* Mike Westerfield
@ -19,7 +19,7 @@
*
****************************************************************
*
StdDef start dummy segment
StdLib start dummy segment
copy equates.asm
end