arch: microblaze: Fix spelling mistake "vesion" -> "version"

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>
This commit is contained in:
Colin Ian King 2021-06-01 11:37:07 +01:00 committed by Michal Simek
parent 695efefb2e
commit 14a832498c
1 changed files with 1 additions and 1 deletions

View 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)