[llvm] r291147 - Typo

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 09:59:22 PST 2017


Author: joerg
Date: Thu Jan  5 11:59:22 2017
New Revision: 291147

URL: http://llvm.org/viewvc/llvm-project?rev=291147&view=rev
Log:
Typo

Modified:
    llvm/trunk/lib/Support/APInt.cpp

Modified: llvm/trunk/lib/Support/APInt.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/APInt.cpp?rev=291147&r1=291146&r2=291147&view=diff
==============================================================================
--- llvm/trunk/lib/Support/APInt.cpp (original)
+++ llvm/trunk/lib/Support/APInt.cpp Thu Jan  5 11:59:22 2017
@@ -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




More information about the llvm-commits mailing list