Fixed typo in comment
authorspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Jul 2008 10:50:09 +0000 (10:50 +0000)
committerspth <spth@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Jul 2008 10:50:09 +0000 (10:50 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5199 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
src/port.h

index 31cb09aade0267e223d04ce56a234ec998f92596..228c241dcc1449c078c695079fab9c961b734893 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
+2008-07-13 Philipp Klaus Krause <pkk AT spth.de>
+       * src/port.h: Fixed typo in comment
+
 2008-07-12 Philipp Klaus Krause <pkk AT spth.de>
-       * src/z80/mapping.i: Implemented RFE #1919415
+       * src/z80/mappings.i: Implemented RFE #1919415
        * src/z80/peeph-z80.def: Implemented RFE #1919415, #1861376,
-          #1880202, #1914434, prepared for RFE #1703943.
+          #1880202, #1914434, prepared for RFE #1703943
 
 2008-07-12 Philipp Klaus Krause <pkk AT spth.de>
 
index 3363aa680042d8277bfd38452336008ca0fe8e5d..1533620f9e003e341a1e6478c895af0a5d7392c1 100644 (file)
@@ -42,7 +42,7 @@
 typedef struct builtins
   {
     char *name;                         /* name of builtin function */
-    char *rtype;                        /* return type as string : see typefromStr */
+    char *rtype;                        /* return type as string : see typeFromStr */
     int  nParms;                        /* number of parms : max 8 */
     char *parm_types[MAX_BUILTIN_ARGS]; /* each parm type as string : see typeFromStr */
   } builtins;