Skip to content

Commit 85ee0c2

Browse files
committed
[NFC] Fix typos in libc++ documentation
llvm-svn: 373390
1 parent 6366361 commit 85ee0c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/docs/BuildingLibcxx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ libc++ Feature Options
317317
**Values**:: ``libc++``, ``libstdc++``
318318

319319
Build the libc++ benchmark tests and Google Benchmark library against the
320-
specified standard library on the platform. On linux this can be used to
320+
specified standard library on the platform. On Linux this can be used to
321321
compare libc++ to libstdc++ by building the benchmark tests against both
322322
standard libraries.
323323

@@ -404,7 +404,7 @@ LLVM-specific options
404404
.. option:: LLVM_BUILD_32_BITS:BOOL
405405

406406
Build 32-bits executables and libraries on 64-bits systems. This option is
407-
available only on some 64-bits unix systems. Defaults to OFF.
407+
available only on some 64-bits Unix systems. Defaults to OFF.
408408

409409
.. option:: LLVM_LIT_ARGS:STRING
410410

@@ -527,7 +527,7 @@ These instructions should only be used when you can't install your ABI library.
527527

528528
Normally you must link libc++ against a ABI shared library that the
529529
linker can find. If you want to build and test libc++ against an ABI
530-
library not in the linker's path you needq to set
530+
library not in the linker's path you need to set
531531
``-DLIBCXX_CXX_ABI_LIBRARY_PATH=/path/to/abi/lib`` when configuring CMake.
532532

533533
An example build using libc++abi would look like:

0 commit comments

Comments
 (0)