[pypy-svn] r64327 - pypy/trunk/pypy/rpython/module

tismer at codespeak.net tismer at codespeak.net
Sat Apr 18 11:07:32 CEST 2009


Author: tismer
Date: Sat Apr 18 11:07:30 2009
New Revision: 64327

Modified:
   pypy/trunk/pypy/rpython/module/ll_os.py
Log:
fix a typo

Modified: pypy/trunk/pypy/rpython/module/ll_os.py
==============================================================================
--- pypy/trunk/pypy/rpython/module/ll_os.py	(original)
+++ pypy/trunk/pypy/rpython/module/ll_os.py	Sat Apr 18 11:07:30 2009
@@ -106,7 +106,7 @@
                 separate_module_sources = ["\n".join(defs)]
             ))
 
-    # a simple, yet usefull factory
+    # a simple, yet useful factory
     def extdef_for_os_function_returning_int(self, name, **kwds):
         c_func = self.llexternal(name, [], rffi.INT, **kwds)
         def c_func_llimpl():



More information about the Pypy-commit mailing list