[flang-commits] [PATCH] D144697: [flang] Fix typo in README.md

Kim Arrows via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Feb 23 20:50:23 PST 2023


k-arrows created this revision.
k-arrows added a project: Flang.
Herald added subscribers: sunshaoce, jdoerfert.
Herald added a project: All.
k-arrows requested review of this revision.

replacing "requres" with "requires"


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144697

Files:
  flang/README.md


Index: flang/README.md
===================================================================
--- flang/README.md
+++ flang/README.md
@@ -60,7 +60,7 @@
 compiler-rt.  Note that compiler-rt is only needed to access libraries that
 support 16 bit floating point numbers.  It's not needed to run the automated
 tests.  You can use several different C++ compilers for most of the build,
-includig GNU and clang.  But building compiler-rt requres using the clang
+includig GNU and clang.  But building compiler-rt requires using the clang
 compiler built in the initial part of the build.
 
 Here's a directory structure that works.  Create a root directory for the


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144697.500071.patch
Type: text/x-patch
Size: 658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230224/d8cf8c8b/attachment-0001.bin>


More information about the flang-commits mailing list