From 29b54c13516a5a4b8806181977148b596b046403 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Tue, 5 Jun 2007 22:33:45 +0000 Subject: [PATCH] fix description of CWStringLen --- Foreign/C/String.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4