From ee395c371baf0da2a535680488a26ad2324d5872 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 2 Sep 2021 17:40:34 -0500 Subject: [PATCH] Update misleading comments that referred to stddef instead of stdlib. --- stdlib.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stdlib.asm b/stdlib.asm index 5a770d6..8b3a183 100644 --- a/stdlib.asm +++ b/stdlib.asm @@ -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