From 21e545d08d2c6a167da0200b2d642e66e838fac7 Mon Sep 17 00:00:00 2001 From: Malcolm Parsons Date: Wed, 24 Jan 2018 10:33:39 +0000 Subject: Fix typos of occurred and occurrence llvm-svn: 323318 --- llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/unittest/googletest/include/gtest/internal') 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; -- cgit v1.2.3