diff options
| author | Georg Brandl <georg@python.org> | 2012-10-28 08:48:28 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-10-28 08:48:28 +0100 |
| commit | 3962d5e8926e71496d111946cad534860300b437 (patch) | |
| tree | d53044788602cdd3d8033a433abb3a5fded4548e /Include/pyport.h | |
| parent | 534ca2b8eac7437a5566eaf76c19efd02756b1be (diff) | |
| download | cpython-git-3962d5e8926e71496d111946cad534860300b437.tar.gz | |
Minor typo fix.
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 baa04fee17..944b83adff 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. */ |
