Skip to content

Commit 8cfb72b

Browse files
committed
Fix comment typo.
1 parent 40b8655 commit 8cfb72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crawl-ref/source/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "macros.h"
1313

1414
// In this case, an x86 CPU will use x87 math for floating point calculations,
15-
// which uses 80 bit intermediate results, andleads to difference from the
15+
// which uses 80 bit intermediate results, and leads to difference from the
1616
// (much more common, in 2019) SSE-based calculations.
1717
// probably far from the only case where seeding isn't reliable...
1818
#if defined(TARGET_CPU_X86) && !defined(__SSE__)

0 commit comments

Comments
 (0)