diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/powerpc/include/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index a0ae3db..7a16fe7 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -57,7 +57,7 @@ #endif #ifndef _MACHINE -#define _MACHIN "powerpc" +#define _MACHINE "powerpc" #endif #ifndef _MACHINE_ARCH #define _MACHINE_ARCH "powerpc" |