From a4e45452c34c462378028d8041c0d147b375aaa6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Sep 2000 20:51:59 +0000 Subject: 2000-09-12 Joel Sherrill * rtems/score/i386.h: Corrected "#elsif" to be "#elif". --- c/src/exec/score/cpu/i386/rtems/score/i386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/i386/rtems/score') 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" -- cgit v1.2.3