2003-07-08 Joel Sherrill <joel@OARcorp.com>

* console/console.c: Correct typo.
This commit is contained in:
Joel Sherrill
2003-07-08 17:17:53 +00:00
parent 6a8bab6a69
commit cd9dac06f6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-07-08 Joel Sherrill <joel@OARcorp.com>
* console/console.c: Correct typo.
2003-05-08 Chris Johns <cjohns@cybertec.com.au>
* HOWTO:

View File

@@ -295,7 +295,7 @@ console_initialize(rtems_device_major_number major,
}
else if(BSPPrintkPort != BSP_CONSOLE_PORT_CONSOLE)
{
printk("illegal assignement of projtk channel");
printk("illegal assignement of printk channel");
rtems_fatal_error_occurred (status);
}