diff options
author | Sanjay Patel <spatel@rotateright.com> | 2014-05-30 20:55:55 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2014-05-30 20:55:55 +0000 |
commit | 82560a91a5d5290af58a7a3fc0f8d9ec53ad9f10 (patch) | |
tree | 80405515345e227153794f3ba66b5aad67217b94 | |
parent | c2422facc0837a576e322c23395361c76c7f3403 (diff) | |
download | bcm5719-llvm-82560a91a5d5290af58a7a3fc0f8d9ec53ad9f10.tar.gz bcm5719-llvm-82560a91a5d5290af58a7a3fc0f8d9ec53ad9f10.zip |
fixed typo
llvm-svn: 209916
-rw-r--r-- | llvm/docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 8f43a88a219..65bb6bb7997 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -741,7 +741,7 @@ builds: Debug Builds - These builds are the default when one is using an Subversion checkout and + These builds are the default when one is using a Subversion checkout and types ``gmake`` (unless the ``--enable-optimized`` option was used during configuration). The build system will compile the tools and libraries with debugging information. To get a Debug Build using the LLVM distribution the |