summaryrefslogtreecommitdiff
path: root/libc/docs
diff options
context:
space:
mode:
authorJeff Bailey <jeffbailey@google.com>2023-01-01 20:48:24 +0000
committerJeff Bailey <jeffbailey@google.com>2023-01-01 20:53:10 +0000
commitbc09f1e5c384dbcf76bec0098ed313e1d411a5e8 (patch)
tree07d8eef4dc574f0956e273f81abfad684968d9c5 /libc/docs
parent1337821f11902e219fe7720494879799219f2fc5 (diff)
downloadllvm-bc09f1e5c384dbcf76bec0098ed313e1d411a5e8.tar.gz
[libc] [nfc] Fix heading underline.
Differential Revision: https://reviews.llvm.org/D140825
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/source_tree_layout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/docs/source_tree_layout.rst b/libc/docs/source_tree_layout.rst
index cd328e769acc..3f7efd4b2294 100644
--- a/libc/docs/source_tree_layout.rst
+++ b/libc/docs/source_tree_layout.rst
@@ -59,7 +59,7 @@ This directory contains a ``CMakeLists.txt`` file listing the targets for the
public libraries ``libc.a``, ``libm.a`` etc.
The ``startup`` directory
-------------------------
+-------------------------
This directory contains the implementations of the application startup objects
like ``crt1.o`` etc.