diff options
author | Will Deacon <will.deacon@arm.com> | 2018-06-15 13:36:43 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2018-09-14 19:42:04 +0300 |
commit | ca7f686ac9fe87a9175696a8744e095ab9749c49 (patch) | |
tree | a27935930fad5046cce80bd6f6691a926d404739 /arch/arm64/include/asm/cpufeature.h | |
parent | 7f08872774eb971693ba79eeb2d4db364c9f5bfb (diff) | |
download | linux-ca7f686ac9fe87a9175696a8744e095ab9749c49.tar.xz |
arm64: Fix silly typo in comment
I was passing through and figuered I'd fix this up:
featuer -> feature
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/cpufeature.h')
-rw-r--r-- | arch/arm64/include/asm/cpufeature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/cpufeature.h b/arch/arm64/include/asm/cpufeature.h index 1717ba1db35d..9079715794af 100644 --- a/arch/arm64/include/asm/cpufeature.h +++ b/arch/arm64/include/asm/cpufeature.h @@ -262,7 +262,7 @@ extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0; /* * CPU feature detected at boot time based on system-wide value of a * feature. It is safe for a late CPU to have this feature even though - * the system hasn't enabled it, although the featuer will not be used + * the system hasn't enabled it, although the feature will not be used * by Linux in this case. If the system has enabled this feature already, * then every late CPU must have it. */ |