Skip to content

Commit 7e4fef6

Browse files
committed
[flang-rt][NFC] Fix grammar
1 parent ef6e3ed commit 7e4fef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang-rt/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ as `CMAKE_CXX_COMPILER`, `CMAKE_CXX_COMPILER`, and `CMAKE_Fortran_COMPILER`.
8888
Flang-RT to ensure they are using the same ABI. The C and C++ compiler
8989
can be any compiler supporting the same ABI.
9090

91-
In addition to the compiler, the build be able to find LLVM development tools
92-
such as `lit` and `FileCheck` that are not found in an LLVM's install
91+
In addition to the compiler, the build must be able to find LLVM development
92+
tools such as `lit` and `FileCheck` that are not found in an LLVM's install
9393
directory. Use `CMAKE_BINARY_DIR` to point to directory where LLVM has
9494
been built. A simple build configuration might look like the following:
9595

0 commit comments

Comments
 (0)