Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180023 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
J-Liu committed Apr 22, 2013
1 parent 4b233c7 commit bbc6514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/ADT/Triple.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Triple {
enum ArchType {
UnknownArch,

arm, // ARM; arm, armv.*, xscale
arm, // ARM: arm, armv.*, xscale
aarch64, // AArch64: aarch64
hexagon, // Hexagon: hexagon
mips, // MIPS: mips, mipsallegrex
Expand Down

0 comments on commit bbc6514

Please sign in to comment.