summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/NameEnv.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/basicTypes/NameEnv.hs')
-rw-r--r--compiler/basicTypes/NameEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/NameEnv.hs b/compiler/basicTypes/NameEnv.hs
index 640084b403..a0eb933469 100644
--- a/compiler/basicTypes/NameEnv.hs
+++ b/compiler/basicTypes/NameEnv.hs
@@ -61,7 +61,7 @@ depAnal :: (node -> [Name]) -- Defs
-> (node -> [Name]) -- Uses
-> [node]
-> [SCC node]
--- Peform dependency analysis on a group of definitions,
+-- Perform dependency analysis on a group of definitions,
-- where each definition may define more than one Name
--
-- The get_defs and get_uses functions are called only once per node