summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2017-04-20 23:07:00 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2017-04-20 23:07:00 +0000
commit3e748e92202a83f0224bf682213b485fa25b6d26 (patch)
tree0eb48f58e09dba49e59b76da597bc0b76631c8f1 /llvm
parentce0ea76f409779a0e470b7d6e1ac98aa0557f553 (diff)
downloadbcm5719-llvm-3e748e92202a83f0224bf682213b485fa25b6d26.tar.gz
bcm5719-llvm-3e748e92202a83f0224bf682213b485fa25b6d26.zip
Fix typo in comment
llvm-svn: 300918
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/IR/ConstantRange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/ConstantRange.h b/llvm/include/llvm/IR/ConstantRange.h
index 47004e82cc1..fd7f96abb19 100644
--- a/llvm/include/llvm/IR/ConstantRange.h
+++ b/llvm/include/llvm/IR/ConstantRange.h
@@ -93,7 +93,7 @@ public:
///
/// NB! The returned set does *not* contain **all** possible values of X for
/// which "X BinOpC Y" does not wrap -- some viable values of X may be
- /// missing, so you cannot use this to contrain X's range. E.g. in the last
+ /// missing, so you cannot use this to constrain X's range. E.g. in the last
/// example, "(-2) + 1" is both nsw and nuw (so the "X" could be -2), but (-2)
/// is not in the set returned.
///
OpenPOWER on IntegriCloud