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 | d061d81571d5aeda11daf674e0029bbad619e523 (patch) | |
tree | 4fef8385d0e0a2f96c47f454a5a731c898883e79 /llvm/tools/gccld/Linker.cpp | |
parent | 0cec5cb92cfbc723cb7197dbc32febde77c7e920 (diff) | |
download | bcm5719-llvm-d061d81571d5aeda11daf674e0029bbad619e523.tar.gz bcm5719-llvm-d061d81571d5aeda11daf674e0029bbad619e523.zip |
Don't use invalid HTML in a doxygen comment.
llvm-svn: 12962
Diffstat (limited to 'llvm/tools/gccld/Linker.cpp')
-rw-r--r-- | llvm/tools/gccld/Linker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/Linker.cpp b/llvm/tools/gccld/Linker.cpp index e8a6d929b2f..5bd7dbd4df0 100644 --- a/llvm/tools/gccld/Linker.cpp +++ b/llvm/tools/gccld/Linker.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. |