mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Fix miscellaneous typos (#4275)
This commit is contained in:
parent
cf296537f1
commit
a5293b4ff2
50 changed files with 82 additions and 82 deletions
|
@ -817,7 +817,7 @@ pymonotonic(_PyTime_t *tp, _Py_clock_info_t *info, int raise)
|
|||
}
|
||||
|
||||
/* Check that timebase.numer and timebase.denom can be casted to
|
||||
_PyTime_t. In pratice, timebase uses uint32_t, so casting cannot
|
||||
_PyTime_t. In practice, timebase uses uint32_t, so casting cannot
|
||||
overflow. At the end, only make sure that the type is uint32_t
|
||||
(_PyTime_t is 64-bit long). */
|
||||
assert(sizeof(timebase.numer) < sizeof(_PyTime_t));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue