From 3101def8472a8d6007fc35d23008bbb1c0e7d39c Mon Sep 17 00:00:00 2001 From: Paula Toth Date: Tue, 4 Feb 2020 10:39:16 -0800 Subject: [PATCH] [libc] Fix typo in header generation docs. Reviewers: sivachandra, abrachet Reviewed By: sivachandra, abrachet Subscribers: libc-commits, MaskRay, tschuett Tags: #libc-project, #llvm Differential Revision: https://reviews.llvm.org/D72248 --- libc/docs/header_generation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/docs/header_generation.rst b/libc/docs/header_generation.rst index a934408..5a29485 100644 --- a/libc/docs/header_generation.rst +++ b/libc/docs/header_generation.rst @@ -13,7 +13,7 @@ Header Configuration Language ----------------------------- Header configuration language consists of few special *commands*. The header -generation mechanism takes a an input file, which has an extension of +generation mechanism takes an input file, which has an extension of ``.h.def``, and produces a header file with ``.h`` extension. The header configuration language commands are listed in the input ``.h.def`` file. While reading a ``.h.def`` file, the header generation tool does two things: -- 2.7.4