Skip to content

Commit 7740c40

Browse files
committed
Fix typo in comment
1 parent c9813d8 commit 7740c40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ win32_urandom(unsigned char *buffer, Py_ssize_t size, int raise)
9393
return 0;
9494
}
9595

96-
/* Issue #25003: Don' use getentropy() on Solaris (available since
96+
/* Issue #25003: Don't use getentropy() on Solaris (available since
9797
* Solaris 11.3), it is blocking whereas os.urandom() should not block. */
9898
#elif defined(HAVE_GETENTROPY) && !defined(sun)
9999
#define PY_GETENTROPY 1

0 commit comments

Comments
 (0)