Fix typo in comment.

llvm-svn: 261110
This commit is contained in:
Justin Lebar 2016-02-17 17:46:39 +00:00
parent 2eb74e278d
commit b2e8020948
1 changed files with 1 additions and 1 deletions

View File

@ -1197,7 +1197,7 @@ public:
assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
}
/// Erase an operand from an instruction, leaving it with one
/// Erase an operand from an instruction, leaving it with one
/// fewer operand than it started with.
void RemoveOperand(unsigned i);