From 7f46baff2caff90face0306b78808c01ebadfe36 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Sun, 16 Jul 2017 08:11:56 +0000 Subject: fix typos in comments; NFC llvm-svn: 308127 --- llvm/lib/Target/X86/X86FixupBWInsts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/X86/X86FixupBWInsts.cpp') diff --git a/llvm/lib/Target/X86/X86FixupBWInsts.cpp b/llvm/lib/Target/X86/X86FixupBWInsts.cpp index c28746f9643..95c6f2a3fa3 100644 --- a/llvm/lib/Target/X86/X86FixupBWInsts.cpp +++ b/llvm/lib/Target/X86/X86FixupBWInsts.cpp @@ -22,7 +22,7 @@ /// instructions and register-to-register moves. It would /// seem like cmov(s) would also be affected, but because of the way cmov is /// really implemented by most machines as reading both the destination and -/// and source regsters, and then "merging" the two based on a condition, +/// and source registers, and then "merging" the two based on a condition, /// it really already should be considered as having a true dependence on the /// destination register as well. /// -- cgit v1.2.3