diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-15 15:23:45 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-04-15 15:23:45 +0000 |
commit | 7a46e4c62b0c8bf62b278d8c279440b220e52307 (patch) | |
tree | 661656b9adc9fe09556b9cda7c2838f2b4362ed2 /lib/Linker/LinkArchives.cpp | |
parent | 59fdaeeae8f183e18bb6ad5c382ca23e28e6aaf6 (diff) | |
download | external_llvm-7a46e4c62b0c8bf62b278d8c279440b220e52307.zip external_llvm-7a46e4c62b0c8bf62b278d8c279440b220e52307.tar.gz external_llvm-7a46e4c62b0c8bf62b278d8c279440b220e52307.tar.bz2 |
Don't use invalid HTML in a doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker/LinkArchives.cpp')
-rw-r--r-- | lib/Linker/LinkArchives.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Linker/LinkArchives.cpp b/lib/Linker/LinkArchives.cpp index e8a6d92..5bd7dbd 100644 --- a/lib/Linker/LinkArchives.cpp +++ b/lib/Linker/LinkArchives.cpp @@ -34,7 +34,7 @@ using namespace llvm; /// FindLib - Try to convert Filename into the name of a file that we can open, /// if it does not already name a file we can open, by first trying to open -/// Filename, then libFilename.<suffix> for each of a set of several common +/// Filename, then libFilename.[suffix] for each of a set of several common /// library suffixes, in each of the directories in Paths and the directory /// named by the value of the environment variable LLVM_LIB_SEARCH_PATH. Returns /// an empty string if no matching file can be found. |