diff options
author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2018-01-24 10:33:39 +0000 |
---|---|---|
committer | Malcolm Parsons <malcolm.parsons@gmail.com> | 2018-01-24 10:33:39 +0000 |
commit | 21e545d08d2c6a167da0200b2d642e66e838fac7 (patch) | |
tree | 35003fa2e06b0069758e3a7b67dcca016a55340b /llvm/utils/unittest/googletest/include/gtest/internal | |
parent | 1cb9431e690c41a2ac7246a8c319fcc6161dca23 (diff) | |
download | bcm5719-llvm-21e545d08d2c6a167da0200b2d642e66e838fac7.tar.gz bcm5719-llvm-21e545d08d2c6a167da0200b2d642e66e838fac7.zip |
Fix typos of occurred and occurrence
llvm-svn: 323318
Diffstat (limited to 'llvm/utils/unittest/googletest/include/gtest/internal')
-rw-r--r-- | llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h index 7a13b4b0de6..184450686c5 100644 --- a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h +++ b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h @@ -192,7 +192,7 @@ class GTEST_API_ FilePath { void Normalize(); - // Returns a pointer to the last occurence of a valid path separator in + // Returns a pointer to the last occurrence of a valid path separator in // the FilePath. On Windows, for example, both '/' and '\' are valid path // separators. Returns NULL if no path separator was found. const char* FindLastPathSeparator() const; |