[libc-commits] [libc] 3101def - [libc] Fix typo in header generation docs.

Paula Toth via libc-commits libc-commits at lists.llvm.org
Tue Feb 4 11:45:11 PST 2020


Author: Paula Toth
Date: 2020-02-04T11:43:59-08:00
New Revision: 3101def8472a8d6007fc35d23008bbb1c0e7d39c

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

LOG: [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

Added: 
    

Modified: 
    libc/docs/header_generation.rst

Removed: 
    


################################################################################
diff  --git a/libc/docs/header_generation.rst b/libc/docs/header_generation.rst
index a9344084e8b0..5a2948518c4d 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:


        


More information about the libc-commits mailing list