[pypy-commit] pypy default: fix typo

cfbolz pypy.commits at gmail.com
Wed Feb 20 04:23:31 EST 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: 
Changeset: r96109:5dd4d5699b26
Date: 2019-02-20 10:22 +0100
http://bitbucket.org/pypy/pypy/changeset/5dd4d5699b26/

Log:	fix typo

diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesystem/rffi.py
--- a/rpython/rtyper/lltypesystem/rffi.py
+++ b/rpython/rtyper/lltypesystem/rffi.py
@@ -1065,7 +1065,7 @@
         index += 1
     w[index] = unichr(0)
     return w
-utf82charp._annenforceargs_ = [str, int, bool]
+utf82wcharp._annenforceargs_ = [str, int, bool]
 
 # char**
 CCHARPP = lltype.Ptr(lltype.Array(CCHARP, hints={'nolength': True}))


More information about the pypy-commit mailing list