diff options
Diffstat (limited to 'include/llvm/Support/KnownBits.h')
-rw-r--r-- | include/llvm/Support/KnownBits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/KnownBits.h b/include/llvm/Support/KnownBits.h index 97e73b13fca3..259df9546c57 100644 --- a/include/llvm/Support/KnownBits.h +++ b/include/llvm/Support/KnownBits.h @@ -103,7 +103,7 @@ public: One.setSignBit(); } - /// Make this value negative. + /// Make this value non-negative. void makeNonNegative() { Zero.setSignBit(); } |