arm: "Correct" the spelling of flavor.
authorGabe Black <gabeblack@google.com>
Tue, 4 Feb 2020 01:29:26 +0000 (17:29 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 13 Feb 2020 19:39:40 +0000 (19:39 +0000)
commit0da40acd80be88d5570e44f2536e74de6206329f
treeaab7bf28a17299fd895afeee7cd4a93847f5d458
parenteae03bbc9d865e42cfdaa7ba63efa832ed233205
arm: "Correct" the spelling of flavor.

In US English, flavor is spelled flavor, not flavour. The choice of
US spelling is arbitrary but consistent with gem5's history and the
rest of the code base.

Also fix a couple small style issues.

Change-Id: I307f8458fec5918a6fc34f938a4c12955d4d0565
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25010
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/arm/ArmISA.py
src/arch/arm/decoder.cc
src/arch/arm/decoder.hh
src/arch/arm/isa.cc
src/arch/arm/isa.hh
src/arch/arm/isa/formats/aarch64.isa
src/arch/arm/isa/includes.isa
src/arch/arm/isa/insts/neon64.isa
src/dev/arm/FlashDevice.py