Skip to content

Commit fcb3946

Browse files
authored
Merge pull request #1686 from Rafae1130/patch-1
Update README.md
2 parents 4f97d53 + 1b2ee1c commit fcb3946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ is case-sensitive. A build on a case-insensitive filesystem will fail when
126126
building glibc because \*.os and \*.oS files will clobber each other during
127127
the build eventually resulting in confusing link errors.
128128

129-
Centos (and RHEL) provide old GNU tools versions that may be too old to build
129+
CentOS (and RHEL) provide old GNU tools versions that may be too old to build
130130
a RISC-V toolchain. There is an alternate toolset provided that includes
131131
current versions of the GNU tools. This is the devtoolset provided as part
132132
of the Software Collection service. For more info, see the
@@ -271,7 +271,7 @@ Note:
271271

272272
By default GCC will execute all tests of its regression test suite.
273273
While running them in parallel (e.g. `make -j$(nproc) report`) will
274-
significanlty speed up the execution time on multi-processor systems,
274+
significantly speed up the execution time on multi-processor systems,
275275
the required time for executing all tests is usually too high for
276276
typical development cycles. Therefore GCC allows to select the tests
277277
that are being executed using the environment variable `RUNTESTFLAGS`.

0 commit comments

Comments
 (0)