summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-06-02 18:41:30 (GMT)
committerThomas Heller <theller@ctypes.org>2008-06-02 18:41:30 (GMT)
commitde2d78a1531db5775878effa0e139a5468fc123e (patch)
tree64fa87b6dd901ad537990e526266b2fe97de5321 /Modules
parentffe62ed46d93685353e0011ea1cf06169e2e9e06 (diff)
downloadcpython-de2d78a1531db5775878effa0e139a5468fc123e.zip
cpython-de2d78a1531db5775878effa0e139a5468fc123e.tar.gz
cpython-de2d78a1531db5775878effa0e139a5468fc123e.tar.bz2
Fix misspelled sys.platform name and misspelled filename.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_ctypes/libffi/fficonfig.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ctypes/libffi/fficonfig.py.in b/Modules/_ctypes/libffi/fficonfig.py.in
index f5f3810..1029327 100644
--- a/Modules/_ctypes/libffi/fficonfig.py.in
+++ b/Modules/_ctypes/libffi/fficonfig.py.in
@@ -25,7 +25,7 @@ ffi_platforms = {
'SH64': ['src/sh64/sysv.S', 'src/sh64/ffi.c'],
'PA': ['src/pa/linux.S', 'src/pa/ffi.c'],
'PA_LINUX': ['src/pa/linux.S', 'src/pa/ffi.c'],
- 'PA_HPUX': ['src/pa/hpux32.s', 'src/pa/ffi.c'],
+ 'PA_HPUX': ['src/pa/hpux32.S', 'src/pa/ffi.c'],
}
ffi_srcdir = '@srcdir@'