diff options
| author | Brett Cannon <brett@python.org> | 2012-10-28 15:48:24 (GMT) |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2012-10-28 15:48:24 (GMT) |
| commit | 0e8c49d3583bbe86dd26f07819fd526eda8a0dcc (patch) | |
| tree | cd085f2d606c69f7569e5006b6fa98faf7001197 /Include/pyport.h | |
| parent | 6a85f3cbe4b43860c527c43bd5da0220c4f96c0e (diff) | |
| parent | 8ca705d5495f02ad93380e1f960adb98f7c00e22 (diff) | |
| download | cpython-0e8c49d3583bbe86dd26f07819fd526eda8a0dcc.zip cpython-0e8c49d3583bbe86dd26f07819fd526eda8a0dcc.tar.gz cpython-0e8c49d3583bbe86dd26f07819fd526eda8a0dcc.tar.bz2 | |
merge
Diffstat (limited to 'Include/pyport.h')
| -rw-r--r-- | Include/pyport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index baa04fe..944b83a 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -866,7 +866,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *); #endif /* - * Convenient macros to deal with endianess of the platform. WORDS_BIGENDIAN is + * Convenient macros to deal with endianness of the platform. WORDS_BIGENDIAN is * detected by configure and defined in pyconfig.h. The code in pyconfig.h * also also takes care of Apple's universal builds. */ |
