aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2018-06-15 11:36:43 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2018-09-14 17:42:04 +0100
commitca7f686ac9fe87a9175696a8744e095ab9749c49 (patch)
treea27935930fad5046cce80bd6f6691a926d404739
parentarm64: tlb: Rewrite stale comment in asm/tlbflush.h (diff)
downloadlinux-dev-ca7f686ac9fe87a9175696a8744e095ab9749c49.tar.xz
linux-dev-ca7f686ac9fe87a9175696a8744e095ab9749c49.zip
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>
-rw-r--r--arch/arm64/include/asm/cpufeature.h2
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.
*/