Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r555:010172483807
Date: 2012-06-28 12:49 +0200
http://bitbucket.org/cffi/cffi/changeset/010172483807/

Log:    typo

diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -2675,8 +2675,8 @@
            Then it will complete it in the same way whether it is actually
            "struct { long a, b; }" or "struct { double a; long b; }".
            But on 64-bit UNIX, these two structs are passed by value
-           differently: e.g. on x86-64, "b" ends up in "rsi" in the
-           first case and "rdi" on the second case.
+           differently: e.g. on x86-64, "b" ends up in register "rsi" in
+           the first case and "rdi" in the second case.
         */
         if (ct->ct_flags & CT_CUSTOM_FIELD_POS) {
             PyErr_SetString(PyExc_TypeError,
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to