mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[libc] Fix typos in documentation (#139852)
This commit is contained in:
@@ -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.
|
||||
|
||||
..
|
||||
|
||||
@@ -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
|
||||
----------------------------
|
||||
|
||||
Reference in New Issue
Block a user