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

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3101def8472a: [libc] Fix typo in header generation docs. (authored by PaulkaToast).

Repository:
  rG LLVM Github Monorepo

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.242392.patch
Type: text/x-patch
Size: 674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200204/361bb81c/attachment-0001.bin>


More information about the libc-commits mailing list