Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256798 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MatzeB committed Jan 5, 2016
1 parent 2401ff6 commit b51c74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/CodeGen/MachineInstrBundle.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class MachineOperandIteratorBase {
/// 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.
Expand Down

0 comments on commit b51c74d

Please sign in to comment.