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>
This commit is contained in:
Will Deacon 2018-06-15 11:36:43 +01:00 committed by Catalin Marinas
parent 7f08872774
commit ca7f686ac9
1 changed files with 1 additions and 1 deletions

View 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 * 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 * 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, * by Linux in this case. If the system has enabled this feature already,
* then every late CPU must have it. * then every late CPU must have it.
*/ */