From 6bd3d008724c1bbc2a5b3626f645f1504526fe8b Mon Sep 17 00:00:00 2001 From: vav Date: Tue, 17 Oct 2000 09:16:26 +0000 Subject: [PATCH] *typo fix in packihx.c git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@472 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- packihx/packihx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.47.2