[libc] Fix typos in documentation (#139852)

This commit is contained in:
Kazu Hirata
2025-05-14 07:14:43 -07:00
committed by GitHub
parent 9ca8248a91
commit c5229e92ce
3 changed files with 3 additions and 3 deletions

View File

@@ -285,7 +285,7 @@ Example usage:
} // LIBC_NAMESPACE_DECL
Having hidden visibility on the namespace ensures extern declarations in a given TU
have known visibility and never generate GOT indirextions. The attribute guarantees
have known visibility and never generate GOT indirections. The attribute guarantees
this independently of global compile options and build systems.
..

View File

@@ -22,7 +22,7 @@ directories::
- test
- utils
Each of these directories is explained breifly below.
Each of these directories is explained briefly below.
The ``benchmarks`` directory
----------------------------