mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
Fix a typo: isvalid -> isValid
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
440add2697
commit
01a42e40ed
@ -23,7 +23,7 @@ namespace llvm {
|
||||
using namespace sys;
|
||||
|
||||
bool
|
||||
Path::isvalid() const {
|
||||
Path::isValid() const {
|
||||
if (path.empty())
|
||||
return false;
|
||||
char pathname[MAXPATHLEN];
|
||||
|
Loading…
x
Reference in New Issue
Block a user