[docs] Fix a mangled sentence.
authorSean Silva <chisophugis@gmail.com>
Tue, 1 Jul 2014 18:22:32 +0000 (18:22 +0000)
committerSean Silva <chisophugis@gmail.com>
Tue, 1 Jul 2014 18:22:32 +0000 (18:22 +0000)
Fixes PR20169

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212116 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.rst

index 5a9190d61cd037da1065544f783a36a7d13b499f..5736e4378d72f5d220b9ecdc0180c044967ce85a 100644 (file)
@@ -1683,7 +1683,7 @@ ones supported by the matcher), through a Requires clause:
   def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
   def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
 
-In this example, the mnemonic gets mapped into different a new one depending on
+In this example, the mnemonic gets mapped into a different one depending on
 the current instruction set.
 
 Instruction Aliases