Skip to content

Commit 14a8324

Browse files
Colin Ian KingMichal Simek
authored andcommitted
arch: microblaze: Fix spelling mistake "vesion" -> "version"
There is a spelling mistake in the comment. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]>
1 parent 695efef commit 14a8324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/microblaze/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KBUILD_DEFCONFIG := mmu_defconfig
33

44
UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
55

6-
# What CPU vesion are we building for, and crack it open
6+
# What CPU version are we building for, and crack it open
77
# as major.minor.rev
88
CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
99
CPU_MAJOR := $(shell echo $(CPU_VER) | cut -d '.' -f 1)

0 commit comments

Comments
 (0)