From: Ross Paterson Date: Tue, 5 Jun 2007 22:33:45 +0000 (+0000) Subject: fix description of CWStringLen X-Git-Tag: 2007-09-13~67 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=29b54c13516a5a4b8806181977148b596b046403;p=ghc-base.git fix description of CWStringLen --- diff --git a/Foreign/C/String.hs b/Foreign/C/String.hs index 8a23c6b..59e7d7b 100644 --- a/Foreign/C/String.hs +++ b/Foreign/C/String.hs @@ -365,7 +365,7 @@ charsToCChars xs = map castCharToCChar xs -- terminated by NUL. type CWString = Ptr CWchar --- | A wide character string with explicit length information in bytes +-- | A wide character string with explicit length information in 'CWchar's -- instead of a terminating NUL (allowing NUL characters in the middle -- of the string). type CWStringLen = (Ptr CWchar, Int)