diff options
Diffstat (limited to 'base/file_path.cc')
-rw-r--r-- | base/file_path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_path.cc b/base/file_path.cc index 45f6e327..9a645b0 100644 --- a/base/file_path.cc +++ b/base/file_path.cc @@ -74,7 +74,7 @@ bool FilePath::IsSeparator(CharType character) { } // libgen's dirname and basename aren't guaranteed to be thread-safe and aren't -// guaranteed to not modify their input strings, and in fact are implmeneted +// guaranteed to not modify their input strings, and in fact are implemented // differently in this regard on different platforms. Don't use them, but // adhere to their behavior. FilePath FilePath::DirName() const { |