LRH commit, only to sync with other developers
[fw/sdcc] / src / regression / string1.c
index e582fc5bb385e5c1421853c5adb5224873896780..51d547629db43f4f54b9c1bbbacd95a569454496 100644 (file)
@@ -6,7 +6,7 @@ unsigned char dummy=0;
 //unsigned bit bit1;
 
 typedef unsigned char byte;
-data at 0x06 unsigned char  PORTB;
+
 
 byte uchar0;
 const byte arr[] = { 1,2,8,9,0 };
@@ -31,7 +31,7 @@ void  isr(void) interrupt 1 using 1
 
 void lcd1(const unsigned char *str)
 {
-  const char *p = "hellow world!\r\n";
+  const char *p = "hello world!\r\n";
 
   if(!str)
     failures++;