Skip to content

Commit e7fcc45

Browse files
committed
Fix typo
1 parent 4763396 commit e7fcc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/config.w32.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#define HAVE_LIBM 1
8888
#undef HAVE_RINT
8989
#define SIZEOF_SHORT 2
90-
/* int and long are stll 32bit in 64bit compiles */
90+
/* int and long are still 32bit in 64bit compiles */
9191
#define SIZEOF_INT 4
9292
#define SIZEOF_LONG 4
9393
/* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */

0 commit comments

Comments
 (0)