[libc-commits] [libc] bc09f1e - [libc] [nfc] Fix heading underline.

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Sun Jan 1 12:53:15 PST 2023


Author: Jeff Bailey
Date: 2023-01-01T20:53:10Z
New Revision: bc09f1e5c384dbcf76bec0098ed313e1d411a5e8

URL: https://github.com/llvm/llvm-project/commit/bc09f1e5c384dbcf76bec0098ed313e1d411a5e8
DIFF: https://github.com/llvm/llvm-project/commit/bc09f1e5c384dbcf76bec0098ed313e1d411a5e8.diff

LOG: [libc] [nfc] Fix heading underline.

Differential Revision: https://reviews.llvm.org/D140825

Added: 
    

Modified: 
    libc/docs/source_tree_layout.rst

Removed: 
    


################################################################################
diff  --git a/libc/docs/source_tree_layout.rst b/libc/docs/source_tree_layout.rst
index cd328e769acce..3f7efd4b22943 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.


        


More information about the libc-commits mailing list