diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-06-01 12:37:07 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-06-02 09:50:36 +0200 |
commit | 14a832498c23cf480243222189066a8006182b9d (patch) | |
tree | be921c2d3f2c39d2e2c9191dfe9d617b0a1b4b7a /arch/microblaze | |
parent | microblaze: Cleanup unused functions (diff) | |
download | linux-14a832498c23cf480243222189066a8006182b9d.tar.xz linux-14a832498c23cf480243222189066a8006182b9d.zip |
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile index b41f323e1fde..6d4af39e3890 100644 --- a/arch/microblaze/Makefile +++ b/arch/microblaze/Makefile @@ -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) |