summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/APFloat.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-01-24 17:20:08 +0000
committerAlp Toker <alp@nuanti.com>2014-01-24 17:20:08 +0000
commitcb4029110040c3655a66b5f423d328c749ba6a49 (patch)
treeff63cddc3870db1526fd120a14aa690e186239b9 /llvm/lib/Support/APFloat.cpp
parentad6aa47c20ae7412873029fc6e611b05dc169e10 (diff)
downloadbcm5719-llvm-cb4029110040c3655a66b5f423d328c749ba6a49.tar.gz
bcm5719-llvm-cb4029110040c3655a66b5f423d328c749ba6a49.zip
Fix known typos
Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018
Diffstat (limited to 'llvm/lib/Support/APFloat.cpp')
-rw-r--r--llvm/lib/Support/APFloat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/APFloat.cpp b/llvm/lib/Support/APFloat.cpp
index 802233c1099..deb9b05206b 100644
--- a/llvm/lib/Support/APFloat.cpp
+++ b/llvm/lib/Support/APFloat.cpp
@@ -3776,7 +3776,7 @@ APFloat::opStatus APFloat::next(bool nextDown) {
// change the payload.
if (isSignaling()) {
result = opInvalidOp;
- // For consistency, propogate the sign of the sNaN to the qNaN.
+ // For consistency, propagate the sign of the sNaN to the qNaN.
makeNaN(false, isNegative(), 0);
}
break;
OpenPOWER on IntegriCloud