summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2017-01-05 17:59:22 +0000
committerJoerg Sonnenberger <joerg@bec.de>2017-01-05 17:59:22 +0000
commitd7baada5dd4321500a4e82dc20600b32f6bf7079 (patch)
tree9de8d55482e961560966935dde1c7df4295d891a
parentf74700aa8caff1fad1d03dc6daeb302f77d9124b (diff)
downloadbcm5719-llvm-d7baada5dd4321500a4e82dc20600b32f6bf7079.tar.gz
bcm5719-llvm-d7baada5dd4321500a4e82dc20600b32f6bf7079.zip
Typo
llvm-svn: 291147
-rw-r--r--llvm/lib/Support/APInt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp
index 0c0b498f137..fb8b45166a4 100644
--- a/llvm/lib/Support/APInt.cpp
+++ b/llvm/lib/Support/APInt.cpp
@@ -205,7 +205,7 @@ APInt& APInt::operator++() {
/// This function subtracts a single "digit" (64-bit word), y, from
/// the multi-digit integer array, x[], propagating the borrowed 1 value until
-/// no further borrowing is neeeded or it runs out of "digits" in x. The result
+/// no further borrowing is needed or it runs out of "digits" in x. The result
/// is 1 if "borrowing" exhausted the digits in x, or 0 if x was not exhausted.
/// In other words, if y > x then this function returns 1, otherwise 0.
/// @returns the borrow out of the subtraction
OpenPOWER on IntegriCloud