Skip to content

Commit 9a515d8

Browse files
[libc] Fix typos in documentation
1 parent da6a1f6 commit 9a515d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/docs/gpu/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Testing the GPU libc library
77

88
.. note::
99
Running GPU tests with high parallelism is likely to cause spurious failures,
10-
out of resource errors, or indefinate hangs. limiting the number of threads
10+
out of resource errors, or indefinite hangs. limiting the number of threads
1111
used while testing is highly recommended.
1212

1313
.. contents:: Table of Contents

libc/docs/math/log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ so when `C > 2^{-M - 1}` is a power of 2, we can always choose:
343343
.. math::
344344
s = -\frac{1}{2}, \quad \text{i.e.} \quad r = \frac{1}{2}.
345345
346-
This reduction works well to avoid catastropic cancellation happening when
346+
This reduction works well to avoid catastrophic cancellation happening when
347347
`e_x = -1`.
348348

349349
This also works when `C = 2^{-M - 1}` if we relax the condition on `u` to

0 commit comments

Comments
 (0)