mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
1aa999c49e
commit
24b07bcba3
44 changed files with 51 additions and 50 deletions
|
@ -1162,7 +1162,7 @@ whichtable(char **pfmt)
|
|||
case '>':
|
||||
case '!': /* Network byte order is big-endian */
|
||||
return bigendian_table;
|
||||
case '=': { /* Host byte order -- different from native in aligment! */
|
||||
case '=': { /* Host byte order -- different from native in alignment! */
|
||||
int n = 1;
|
||||
char *p = (char *) &n;
|
||||
if (*p == 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue