Fix a typo (the the => the)
[oota-llvm.git] / utils / unittest / googletest / gtest.cc
index 3fdff0a9a3559f364fa7efdb225b59f4a7752970..eb5c68c272c0c534d8803c5f8fb7852dae8babc7 100644 (file)
@@ -1465,7 +1465,7 @@ char* CodePointToUtf8(UInt32 code_point, char* str) {
   return str;
 }
 
-// The following two functions only make sense if the the system
+// The following two functions only make sense if the system
 // uses UTF-16 for wide string encoding. All supported systems
 // with 16 bit wchar_t (Windows, Cygwin, Symbian OS) do use UTF-16.