From bc09f1e5c384dbcf76bec0098ed313e1d411a5e8 Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Sun, 1 Jan 2023 20:48:24 +0000 Subject: [PATCH] [libc] [nfc] Fix heading underline. Differential Revision: https://reviews.llvm.org/D140825 --- libc/docs/source_tree_layout.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/docs/source_tree_layout.rst b/libc/docs/source_tree_layout.rst index cd328e7..3f7efd4 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. -- 2.7.4