summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i386/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 20:51:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 20:51:59 +0000
commita4e45452c34c462378028d8041c0d147b375aaa6 (patch)
tree6c19e019177cff64b0d226a7517a712a2efec35a /c/src/exec/score/cpu/i386/rtems/score
parent2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a4e45452c34c462378028d8041c0d147b375aaa6.tar.bz2
2000-09-12 Joel Sherrill <joel@OARcorp.com>
* rtems/score/i386.h: Corrected "#elsif" to be "#elif".
Diffstat (limited to 'c/src/exec/score/cpu/i386/rtems/score')
-rw-r--r--c/src/exec/score/cpu/i386/rtems/score/i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/i386/rtems/score/i386.h b/c/src/exec/score/cpu/i386/rtems/score/i386.h
index 7b4c486e7d..9d317f7843 100644
--- a/c/src/exec/score/cpu/i386/rtems/score/i386.h
+++ b/c/src/exec/score/cpu/i386/rtems/score/i386.h
@@ -60,7 +60,7 @@ extern "C" {
# if defined(__pentium__)
# define CPU_MODEL_NAME "Pentium"
-# elsif defined(__k6__)
+# elif defined(__k6__)
# define CPU_MODEL_NAME "K6"
# else
# define CPU_MODEL_NAME "i586"