Skip to content

Commit 91907aa

Browse files
committed
nit
1 parent 4fa26a8 commit 91907aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/unicodeobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ typedef struct {
145145
/* The object is statically allocated. */
146146
unsigned short statically_allocated:1;
147147
/* Padding to ensure that PyUnicode_DATA() is always aligned to
148-
24 bits (see issue #19537 on m68k) and we use unsigned short to avoid
148+
4 bytes (see issue #19537 on m68k) and we use unsigned short to avoid
149149
the extra four bytes on 32-bit Windows. This is restricted features
150150
for specific compilers including GCC, MSVC, Clang and IBM's XL compiler. */
151151
unsigned short :10;

0 commit comments

Comments
 (0)