Skip to content

Commit ca9a09d

Browse files
[libc++] Fix a typo in documentation (#144763)
1 parent ab6beec commit ca9a09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/docs/ABIGuarantees.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Linking TUs which have been compiled with different flags affecting code gen
9292
There are a lot of compiler (and library) flags which change the code generated for functions. This includes flags like
9393
``-O1``, which are guaranteed by the compiler to not change the observable behaviour of a correct program, as well as
9494
flags like ``-fexceptions``, which **do** change the observable behaviour. libc++ allows linking of TUs which have been
95-
compiled whith specific flags only and makes no guarantees for any of the flags not listed below.
95+
compiled with specific flags only and makes no guarantees for any of the flags not listed below.
9696

9797
The flags allowed (in any combination) are:
9898
- ``-f[no-]exceptions``

0 commit comments

Comments
 (0)