Fixed spelling error

This commit is contained in:
Michiel Broek 2007-08-25 11:21:00 +00:00
parent 16088cbb9b
commit 2f13bc8f5c

View File

@ -439,7 +439,7 @@ void soft_info(void)
p = xstrcat(p, (char *)" Alpha)");
#elif defined(__hppa__)
p = xstrcat(p, (char *)" HPPA)");
#elif defined(_arm__)
#elif defined(__arm__)
p = xstrcat(p, (char *)" ARM)");
#else
#error "Unknown CPU"