summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-07-30 18:01:16 +0000
committerTobias Grosser <tobias@grosser.es>2017-07-30 18:01:16 +0000
commitefeb1a61f04f0492e40df3865fc0ae8289df7277 (patch)
tree400a5bf43c896c5c9a6820904d427b2c5303f87b /llvm
parente0c47f9dd8799d8cbc50fe1b216e37bec80e9dbf (diff)
downloadbcm5719-llvm-efeb1a61f04f0492e40df3865fc0ae8289df7277.tar.gz
bcm5719-llvm-efeb1a61f04f0492e40df3865fc0ae8289df7277.zip
Fix typo in comment
llvm-svn: 309519
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Support/GenericDomTreeConstruction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/GenericDomTreeConstruction.h b/llvm/include/llvm/Support/GenericDomTreeConstruction.h
index ee3071417fa..2a7f3f3334d 100644
--- a/llvm/include/llvm/Support/GenericDomTreeConstruction.h
+++ b/llvm/include/llvm/Support/GenericDomTreeConstruction.h
@@ -21,8 +21,8 @@
/// faster than the almost-linear O(n*alpha(n)) version, even for large CFGs.
///
/// The file uses the Depth Based Search algorithm to perform incremental
-/// upates (insertion and deletions). The implemented algorithm is based on this
-/// publication:
+/// updates (insertion and deletions). The implemented algorithm is based on
+/// this publication:
///
/// An Experimental Study of Dynamic Dominators
/// Loukas Georgiadis, et al., April 12 2016, pp. 5-7, 9-10:
OpenPOWER on IntegriCloud