]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: Fix silly typo in comment
authorWill Deacon <will.deacon@arm.com>
Fri, 15 Jun 2018 10:36:43 +0000 (11:36 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 14 Sep 2018 16:42:04 +0000 (17:42 +0100)
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>
arch/arm64/include/asm/cpufeature.h

index 1717ba1db35ddb935720c20ec46c318d59ca9b83..9079715794af602858a27a727246fd7b8773faf2 100644 (file)
@@ -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.
  */