[llvm-commits] CVS: llvm/lib/System/FreeBSD/Path.cpp
Reid Spencer
reid at x10sys.com
Mon Nov 8 00:28:01 PST 2004
Changes in directory llvm/lib/System/FreeBSD:
Path.cpp updated: 1.3 -> 1.4
---
Log message:
Fix a typo: isvalid -> isValid
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/System/FreeBSD/Path.cpp
diff -u llvm/lib/System/FreeBSD/Path.cpp:1.3 llvm/lib/System/FreeBSD/Path.cpp:1.4
--- llvm/lib/System/FreeBSD/Path.cpp:1.3 Fri Nov 5 16:15:35 2004
+++ llvm/lib/System/FreeBSD/Path.cpp Mon Nov 8 02:27:51 2004
@@ -23,7 +23,7 @@
using namespace sys;
bool
-Path::isvalid() const {
+Path::isValid() const {
if (path.empty())
return false;
char pathname[MAXPATHLEN];
More information about the llvm-commits
mailing list