[llvm-commits] CVS: llvm/tools/gccld/Linker.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 15 10:24:01 PDT 2004


Changes in directory llvm/tools/gccld:

Linker.cpp updated: 1.23 -> 1.24

---
Log message:

Don't use invalid HTML in a doxygen comment.


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/gccld/Linker.cpp
diff -u llvm/tools/gccld/Linker.cpp:1.23 llvm/tools/gccld/Linker.cpp:1.24
--- llvm/tools/gccld/Linker.cpp:1.23	Mon Feb 23 16:42:51 2004
+++ llvm/tools/gccld/Linker.cpp	Thu Apr 15 10:23:45 2004
@@ -34,7 +34,7 @@
 
 /// 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.





More information about the llvm-commits mailing list