From a132bff61cbe15feaed0b69f45a2c8532d636084 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Thu, 28 Jan 1999 16:59:33 +0000
Subject: [PATCH] [project @ 1999-01-28 16:59:33 by simonm] Zh --> zh

---
 ghc/compiler/basicTypes/UniqSupply.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/basicTypes/UniqSupply.lhs b/ghc/compiler/basicTypes/UniqSupply.lhs
index 4b8a7564f7c5..ba06f24253ee 100644
--- a/ghc/compiler/basicTypes/UniqSupply.lhs
+++ b/ghc/compiler/basicTypes/UniqSupply.lhs
@@ -86,7 +86,7 @@ mkSplitUniqSupply (C# c#)
 		return (MkSplitUniqSupply uniq s1 s2)
 	    )
 
-	mk_unique = _ccall_ genSymZh		>>= \ (W# u#) ->
+	mk_unique = _ccall_ genSymzh		>>= \ (W# u#) ->
 		    return (I# (w2i (mask# `or#` u#)))
     in
     mk_supply#
-- 
GitLab