[llvm-commits] CVS: llvm/tools/gccld/gccld.cpp
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 10 12:56:18 PDT 2003
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.54 -> 1.55
---
Log message:
Fix spelling.
---
Diffs of the changes: (+2 -1)
Index: llvm/tools/gccld/gccld.cpp
diff -u llvm/tools/gccld/gccld.cpp:1.54 llvm/tools/gccld/gccld.cpp:1.55
--- llvm/tools/gccld/gccld.cpp:1.54 Tue Sep 30 12:59:25 2003
+++ llvm/tools/gccld/gccld.cpp Fri Oct 10 12:55:31 2003
@@ -215,7 +215,8 @@
// We always look first in the current directory when searching for libraries.
LibPaths.insert(LibPaths.begin(), ".");
- // If the user specied an extra search path in their environment, respect it.
+ // If the user specified an extra search path in their environment, respect
+ // it.
if (char *SearchPath = getenv("LLVM_LIB_SEARCH_PATH"))
LibPaths.push_back(SearchPath);
More information about the llvm-commits
mailing list