arch: microblaze: Fix spelling mistake "vesion" -> "version"
authorColin Ian King <colin.king@canonical.com>
Tue, 1 Jun 2021 10:37:07 +0000 (11:37 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 2 Jun 2021 07:50:36 +0000 (09:50 +0200)
There is a spelling mistake in the comment. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210601103707.9701-1-colin.king@canonical.com
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/Makefile

index b41f323..6d4af39 100644 (file)
@@ -3,7 +3,7 @@ KBUILD_DEFCONFIG := mmu_defconfig
 
 UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
 
-# What CPU vesion are we building for, and crack it open
+# What CPU version are we building for, and crack it open
 # as major.minor.rev
 CPU_VER   := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
 CPU_MAJOR := $(shell echo $(CPU_VER) | cut -d '.' -f 1)