summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-20 18:23:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-20 18:23:48 +0000
commit904e18563e4bfe2803d4fbf4b17058b9f4c40a3e (patch)
tree5698181db2fa0c8eec5dbca1eb21844bb01fc45e
parent2001-11-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-904e18563e4bfe2803d4fbf4b17058b9f4c40a3e.tar.bz2
2001-11-20 Joel Sherrill <joel@OARcorp.com>
* console/console-io.c: Fix incorrect comment.
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/console/console-io.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index c86bcd9164..d9490118fa 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-20 Joel Sherrill <joel@OARcorp.com>
+
+ * console/console-io.c: Fix incorrect comment.
+
2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
This modification is part of the submitted modifications necessary to
diff --git a/c/src/lib/libbsp/powerpc/psim/console/console-io.c b/c/src/lib/libbsp/powerpc/psim/console/console-io.c
index a9567332c6..7589a95d56 100644
--- a/c/src/lib/libbsp/powerpc/psim/console/console-io.c
+++ b/c/src/lib/libbsp/powerpc/psim/console/console-io.c
@@ -1,6 +1,6 @@
/*
* This file contains the hardware specific portions of the TTY driver
- * for the serial ports on the erc32.
+ * for the simulated serial port on the PowerPC simulator.
*
* COPYRIGHT (c) 1989-2000.
* On-Line Applications Research Corporation (OAR).