summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-05 02:56:49 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-05 02:56:49 +0000
commit0419ba230a6ac38dddafcb9001eaa9f731b9f52d (patch)
treeefa83e432762f6fcb4b207fca8ffc4332ecd0f4b
parent742f14e50717e97a1d9215eee783592f31c8d45c (diff)
downloadFreeBSD-src-0419ba230a6ac38dddafcb9001eaa9f731b9f52d.zip
FreeBSD-src-0419ba230a6ac38dddafcb9001eaa9f731b9f52d.tar.gz
Define _MACHINE.
-rw-r--r--sys/powerpc/include/param.h2
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"
OpenPOWER on IntegriCloud