diff options
-rw-r--r-- | clang/docs/tools/clang.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 425a91ef037..9628d473b7c 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -132,7 +132,7 @@ Treat subsequent input files as having type I<language>. Specify the language standard to compile for. -=item B<-stdlib>=I<language> +=item B<-stdlib>=I<library> Specify the C++ standard library to use; supported options are libstdc++ and libc++. |