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

Kim Arrows via Phabricator via flang-commits flang-commits at lists.llvm.org
Sat Feb 25 01:59:13 PST 2023


k-arrows updated this revision to Diff 500394.
k-arrows edited the summary of this revision.
k-arrows added a reviewer: PeteSteinfeld.
k-arrows added a comment.

fix another typo


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144697/new/

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
+including 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.500394.patch
Type: text/x-patch
Size: 659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230225/a8ff3f1c/attachment.bin>


More information about the flang-commits mailing list