[pypy-commit] pypy default: Typo (to test the bitbucket hook)

arigo noreply at buildbot.pypy.org
Fri May 31 20:49:57 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r64687:4ad4bedaf5a5
Date: 2013-05-31 20:49 +0200
http://bitbucket.org/pypy/pypy/changeset/4ad4bedaf5a5/

Log:	Typo (to test the bitbucket hook)

diff --git a/pypy/doc/rffi.rst b/pypy/doc/rffi.rst
--- a/pypy/doc/rffi.rst
+++ b/pypy/doc/rffi.rst
@@ -50,7 +50,7 @@
 ------
 
 In rffi_ there are various declared types for C-structures, like CCHARP
-(char*), SIZE_T (size_t) and others. refer to file for details. 
+(char*), SIZE_T (size_t) and others. Refer to file for details. 
 Instances of non-primitive types must be alloced by hand, with call 
 to lltype.malloc, and freed by lltype.free both with keyword argument 
 flavor='raw'. There are several helpers like string -> char*


More information about the pypy-commit mailing list