Remove wrongly repeated words in comments
[mesa.git] / src / gtest / src / gtest.cc
index 6de53dd0198c3a0bdb3857dbc4b9f7e5be26002a..0f4aa93e7b3d9a43dd95a89ef68132d65ff88a1b 100644 (file)
@@ -1461,7 +1461,7 @@ std::string CodePointToUtf8(UInt32 code_point) {
   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.