Fix comment typo. NFCI.

llvm-svn: 336351
This commit is contained in:
Simon Pilgrim 2018-07-05 13:51:35 +00:00
parent 9f305371d9
commit 9e987e0917
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public:
One.setSignBit();
}
/// Make this value negative.
/// Make this value non-negative.
void makeNonNegative() {
Zero.setSignBit();
}