[PATCH] D72248: [libc] Fix typo in header generation docs.
Paula Toth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 00:07:37 PST 2020
PaulkaToast updated this revision to Diff 236302.
Herald added a subscriber: MaskRay.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72248/new/
https://reviews.llvm.org/D72248
Files:
libc/docs/header_generation.rst
Index: libc/docs/header_generation.rst
===================================================================
--- libc/docs/header_generation.rst
+++ libc/docs/header_generation.rst
@@ -13,7 +13,7 @@
-----------------------------
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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72248.236302.patch
Type: text/x-patch
Size: 674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/9bc1cdd1/attachment.bin>
More information about the llvm-commits
mailing list