diff --git a/Data/Graph/Dom.hs b/Data/Graph/Dom.hs
--- a/Data/Graph/Dom.hs
+++ b/Data/Graph/Dom.hs
@@ -8,7 +8,7 @@
   Stability   :  experimental
   Portability :  portable
 
-  The Tarjan-Lengauer graph dominators algorithm.
+  The Lengauer-Tarjan graph dominators algorithm.
 
     \[1\] Lengauer, Tarjan,
       /A Fast Algorithm for Finding Dominators in a Flowgraph/, 1979.
diff --git a/dom-lt.cabal b/dom-lt.cabal
--- a/dom-lt.cabal
+++ b/dom-lt.cabal
@@ -1,5 +1,5 @@
 name:               dom-lt
-version:            0.1.0
+version:            0.1.1
 cabal-version:      >= 1.6
 build-type:         Simple
 license:            BSD3
@@ -9,7 +9,7 @@
 copyright:          (c) Matt Morrow, 2009
 maintainer:         Matt Morrow <morrow@moonpatio.com>
 stability:          experimental
-synopsis:           The Tarjan-Lengauer graph dominators algorithm.
+synopsis:           The Lengauer-Tarjan graph dominators algorithm.
 description:        .
 
 library
