summaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2022-12-14 20:38:45 +0000
committerSiva Chandra Reddy <sivachandra@google.com>2022-12-15 19:54:21 +0000
commit9a07780687ab5afd9e1bafe8a7c99f512eb98ce8 (patch)
treeac99350169e5246f5f94ec0acacb6092081db83f /libc/docs
parentc53d84ae5299ce90a12c4f43fdc90074b9bc3219 (diff)
downloadllvm-9a07780687ab5afd9e1bafe8a7c99f512eb98ce8.tar.gz
[libc][NFC] Rename "loader" to "startup".
Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D140049
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/source_tree_layout.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/docs/source_tree_layout.rst b/libc/docs/source_tree_layout.rst
index a0565cb71308..cd328e769acc 100644
--- a/libc/docs/source_tree_layout.rst
+++ b/libc/docs/source_tree_layout.rst
@@ -13,7 +13,7 @@ directories::
- fuzzing
- include
- lib
- - loader
+ - startup
- src
- test
- utils
@@ -58,11 +58,11 @@ The ``lib`` directory
This directory contains a ``CMakeLists.txt`` file listing the targets for the
public libraries ``libc.a``, ``libm.a`` etc.
-The ``loader`` directory
+The ``startup`` directory
------------------------
-This directory contains the implementations of the application loaders like
-``crt1.o`` etc.
+This directory contains the implementations of the application startup objects
+like ``crt1.o`` etc.
The ``src`` directory
---------------------