Applied patch #2762516
[fw/sdcc] / src / port.h
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;