arm64: fix comment in relocate_64.S
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 4 Feb 2017 03:30:06 +0000 (12:30 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 8 Feb 2017 21:24:27 +0000 (16:24 -0500)
commit1f4f5e52e5afba8c1be15b9f6be187ad016f03e9
treecd0fdcf66220c0aeb19d59153be988471d302ffc
parent8ccdba8b8c18b90b2b200e1ab8c82c7f14d2c756
arm64: fix comment in relocate_64.S

There are two typos in the comment "invalide i-cache is enabled".
We can fix it by
  invalide -> invalidate
  is       -> if

Or, if we want to match the comment to the code, we can say
"skip invalidating i-cache if disabled".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/relocate_64.S