From 6362e50e7356c478edc3710c362ca1c845fe4cfa Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Fri, 16 Jul 2010 22:47:46 +0300 Subject: [PATCH] Fix comment. --- lib/errorlogger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/errorlogger.cpp b/lib/errorlogger.cpp index 50d4b3a59..f91d14806 100644 --- a/lib/errorlogger.cpp +++ b/lib/errorlogger.cpp @@ -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) {