Fix comment.

This commit is contained in:
Kimmo Varis 2010-07-16 22:47:46 +03:00
parent 3fa4e8a1d5
commit 6362e50e73
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ std::string ErrorLogger::ErrorMessage::FileLocation::getfile() const
{
std::string f(file);
// replace "/ab/.." with "/"..
// replace "/ab/../" with "/"..
std::string::size_type pos = 0;
while ((pos = f.find("..", pos + 1)) != std::string::npos)
{