Fix typo in comment
authorMatthias Braun <matze@braunis.de>
Tue, 5 Jan 2016 00:45:31 +0000 (00:45 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 5 Jan 2016 00:45:31 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256798 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstrBundle.h

index 4fbe206fceb98d0685580cfc46ffd543d9d41aa7..4e88606c05a7e3b8d9845163de216b89fd37edd3 100644 (file)
@@ -178,7 +178,7 @@ public:
     /// register.
     bool FullyDefined;
 
     /// 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.
     /// partially.
     bool Read;
     /// Reg or a super-register is read. The full register is read.