summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/include/gtest/internal
diff options
context:
space:
mode:
authorMalcolm Parsons <malcolm.parsons@gmail.com>2018-01-24 10:33:39 +0000
committerMalcolm Parsons <malcolm.parsons@gmail.com>2018-01-24 10:33:39 +0000
commit21e545d08d2c6a167da0200b2d642e66e838fac7 (patch)
tree35003fa2e06b0069758e3a7b67dcca016a55340b /llvm/utils/unittest/googletest/include/gtest/internal
parent1cb9431e690c41a2ac7246a8c319fcc6161dca23 (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud