[llvm] r309519 - Fix typo in comment

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 11:01:16 PDT 2017


Author: grosser
Date: Sun Jul 30 11:01:16 2017
New Revision: 309519

URL: http://llvm.org/viewvc/llvm-project?rev=309519&view=rev
Log:
Fix typo in comment

Modified:
    llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h

Modified: llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h?rev=309519&r1=309518&r2=309519&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h (original)
+++ llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h Sun Jul 30 11:01:16 2017
@@ -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:




More information about the llvm-commits mailing list