commit | 01a42e40edc4864f196e7c2d94ee4dc82183a8ea | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Mon Nov 08 08:27:51 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Mon Nov 08 08:27:51 2004 +0000 |
tree | 5382cd279b74bb05571d068f1b7b995204eb85e0 | |
parent | 440add2697658ee122dad80332d39e0e941880ff [diff] [blame] |
Fix a typo: isvalid -> isValid git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17621 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/FreeBSD/Path.cpp b/lib/System/FreeBSD/Path.cpp index 21bc4e1..7dac6fd 100644 --- a/lib/System/FreeBSD/Path.cpp +++ b/lib/System/FreeBSD/Path.cpp
@@ -23,7 +23,7 @@ using namespace sys; bool -Path::isvalid() const { +Path::isValid() const { if (path.empty()) return false; char pathname[MAXPATHLEN];