summaryrefslogtreecommitdiff
path: root/compiler/utils/GraphOps.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/GraphOps.hs')
-rw-r--r--compiler/utils/GraphOps.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/GraphOps.hs b/compiler/utils/GraphOps.hs
index b4b3bd6d8e..0985797571 100644
--- a/compiler/utils/GraphOps.hs
+++ b/compiler/utils/GraphOps.hs
@@ -567,7 +567,7 @@ validateGraph doc isColored graph
, badEdges <- minusUniqSet edges nodes
, not $ isEmptyUniqSet badEdges
= pprPanic "GraphOps.validateGraph"
- ( text "Graph has edges that point to non-existant nodes"
+ ( text "Graph has edges that point to non-existent nodes"
$$ text " bad edges: " <> pprUFM badEdges (vcat . map ppr)
$$ doc )