Misc grammar fixes.

This commit is contained in:
pnaulls@gmail.com 2011-08-16 16:28:23 +00:00
parent cef3a77673
commit 01aa2c7853
6 changed files with 7 additions and 7 deletions

View file

@ -948,7 +948,7 @@ bool TiXmlDocument::LoadFile( const char* _filename, TiXmlEncoding encoding )
// value = filename
// in the STL case, cause the assignment method of the std::string to
// be called. What is strange, is that the std::string had the same
// address as it's c_str() method, and so bad things happen. Looks
// address as its c_str() method, and so bad things happen. Looks
// like a bug in the Microsoft STL implementation.
// Add an extra string to avoid the crash.
TIXML_STRING filename( _filename );