[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
This commit is contained in:
Paula Toth 2020-02-04 10:39:16 -08:00
parent 008e7bf923
commit 3101def847

View File

@ -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: