[llvm] r256798 - Fix typo in comment

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 16:45:31 PST 2016


Author: matze
Date: Mon Jan  4 18:45:31 2016
New Revision: 256798

URL: http://llvm.org/viewvc/llvm-project?rev=256798&view=rev
Log:
Fix typo in comment

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h?rev=256798&r1=256797&r2=256798&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h Mon Jan  4 18:45:31 2016
@@ -178,7 +178,7 @@ public:
     /// register.
     bool FullyDefined;
 
-    /// Reg or ont of its aliases is read. The register may only be read
+    /// Reg or one of its aliases is read. The register may only be read
     /// partially.
     bool Read;
     /// Reg or a super-register is read. The full register is read.




More information about the llvm-commits mailing list