From 48a3e98c272d673f075c51d078140765fc267eb8 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Fri, 30 Mar 2007 06:39:42 +0000 Subject: [PATCH] Correct typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35504 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/APInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 25ea4a2bd5d..6ccefc23524 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -272,7 +272,7 @@ public: /// @returns true if the argument APInt value is a power of two > 0. bool isPowerOf2() const; - /// This converts the APInt to a boolean valy as a test against zero. + /// This converts the APInt to a boolean value as a test against zero. /// @brief Boolean conversion function. inline bool getBoolValue() const { return countLeadingZeros() != BitWidth; -- 2.11.0