Skip to content

Commit 7fdd0f0

Browse files
authored
doc(README.md): fix typos (#46)
Fix typos in `Fortran/UnitTests/finalization/README.md`
1 parent c259c69 commit 7fdd0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fortran/UnitTests/finalization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ llvm-project # llvm-project/llvm source code
5252

5353
Flang is built in the `build` subdirectory.
5454
The test-suite-build directory is created by the user
55-
and is initially empty until running CMake for the teset-suite.
55+
and is initially empty until running CMake for the test-suite.
5656
To configure, build and run the tests once llvm/flang has been built,
5757
a command similar to the following can be used from within test-suite-build:
5858

@@ -61,7 +61,7 @@ cmake -DCMAKE_BUILD_TYPE=Release \
6161
-DCMAKE_Fortran_COMPILER:FILEPATH=/home/users/<you>/llvm-project/build/bin/flang-new \
6262
-DTEST_SUITE_FORTRAN:BOOL=On \
6363
-DTEST_SUITE_SUBDIRS=Fortran/UnitTests/finalization \
64-
../test-suite
64+
../llvm-test-suite
6565
make -j 4
6666
../build/bin/llvm-lit Fortran/UnitTests/finalization
6767
```

0 commit comments

Comments
 (0)