[PATCH] D72248: [libc] Fix typo in header generation docs.

Paula Toth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 5 23:58:08 PST 2020


PaulkaToast created this revision.
PaulkaToast added a reviewer: sivachandra.
PaulkaToast added a project: libc-project.
Herald added subscribers: llvm-commits, tschuett.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72248

Files:
  docs/header_generation.rst


Index: docs/header_generation.rst
===================================================================
--- docs/header_generation.rst
+++ 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.236301.patch
Type: text/x-patch
Size: 659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/f6891a7d/attachment.bin>


More information about the llvm-commits mailing list