From: vav Date: Tue, 17 Oct 2000 09:16:26 +0000 (+0000) Subject: *typo fix in packihx.c X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6bd3d008724c1bbc2a5b3626f645f1504526fe8b;p=fw%2Fsdcc *typo fix in packihx.c git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@472 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/packihx/packihx.c b/packihx/packihx.c index ad11efd7..77a1a0b8 100644 --- a/packihx/packihx.c +++ b/packihx/packihx.c @@ -1,7 +1,7 @@ /*----------------------------------------------------------------------- * packihx.c: * - * utility to pack an Inter HEX format file by removing redundant + * utility to pack an Intel HEX format file by removing redundant * extended offset records and accumulating data records up to * OUTPUT_CHUNK (currently 16) bytes. *