diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-05 03:57:23 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-05 03:57:23 +0000 |
commit | 100bd718668f209dbd6b56a2c1ad3c6519f94761 (patch) | |
tree | c754952486bc8276cc52026921e007448956b57d /docs/UsingLibraries.html | |
parent | fe732854bac9b15e311627c58e50848751205b04 (diff) |
Put a space between `Data' and `Structure' of DSA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsingLibraries.html')
-rw-r--r-- | docs/UsingLibraries.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index 6152f3ac91..1fb5fc84c9 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -93,7 +93,7 @@ needed in order to understand what files should be linked into your program. </tr> <tr class="doc_table"> <td>libdatastructure.a</td> - <td>An archive containing DataStructure Analysis.</td> + <td>An archive containing Data Structure Analysis.</td> </tr> <tr class="doc_table"> <td>libinstrument.a</td> @@ -173,7 +173,7 @@ needed in order to understand what files should be linked into your program. </tr> <tr class="doc_table"> <td>datastructure.o</td> - <td>DataStructure Analysis</td> + <td>Data Structure Analysis</td> </tr> <tr class="doc_table"> <td>codegen.o</td> |