*typo fix in packihx.c
authorvav <vav@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 17 Oct 2000 09:16:26 +0000 (09:16 +0000)
committervav <vav@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 17 Oct 2000 09:16:26 +0000 (09:16 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@472 4a8a32a2-be11-0410-ad9d-d568d2c75423

packihx/packihx.c

index ad11efd7050f2685fc87b45ac87e1ded67cef884..77a1a0b8dbe891d43e8c068f9c37af3b8efde611 100644 (file)
@@ -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.
  *