summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T11809.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T11809.hs')
-rw-r--r--testsuite/tests/th/T11809.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/T11809.hs b/testsuite/tests/th/T11809.hs
index bbb65fa83b..94b6368b7b 100644
--- a/testsuite/tests/th/T11809.hs
+++ b/testsuite/tests/th/T11809.hs
@@ -10,4 +10,4 @@ module T11809 where
getD = unD someD -- unD should resolve to the record selector above!
|]
-getD' = unD someD -- dito here outside of the splice!
+getD' = unD someD -- ditto here outside of the splice!