Fix typo in comment

llvm-svn: 309519
This commit is contained in:
Tobias Grosser 2017-07-30 18:01:16 +00:00
parent e0c47f9dd8
commit efeb1a61f0
1 changed files with 2 additions and 2 deletions

View File

@ -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: