mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
Fix a typo: isvalid -> isValid
llvm-svn: 17621
This commit is contained in:
parent
306136fdf0
commit
af24480f3e
@ -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