Kernel Makefile: Fix typo
authorWill Sowerbutts <will@sowerbutts.com>
Fri, 13 Feb 2015 20:02:08 +0000 (20:02 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Fri, 13 Feb 2015 20:50:52 +0000 (20:50 +0000)
Kernel/Makefile

index 2692d1a..4cc837c 100644 (file)
@@ -17,7 +17,7 @@ ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
 
 all:   fuzix.bin
 
-# Platform propertyies
+# Platform properties
 include platform-$(TARGET)/target.mk
 # CPU properties
 include cpu-$(CPU)/rules.mk