From: JINMEI Tatuya Date: Mon, 14 Jan 2013 22:02:31 +0000 (-0800) Subject: [master] removed a garbage from a comment. X-Git-Tag: bind10-1.0.0-rc-release~97^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804f48610620ea057b91857ed6d3c993f796c444;p=thirdparty%2Fkea.git [master] removed a garbage from a comment. It was introduced at commit 71eee6e2 for no apparent reason. I believe it's a merge error or simple typo. Directly committing. --- diff --git a/src/lib/python/isc/log/log.cc b/src/lib/python/isc/log/log.cc index 7b95201a28..108efe336a 100644 --- a/src/lib/python/isc/log/log.cc +++ b/src/lib/python/isc/log/log.cc @@ -40,7 +40,7 @@ using boost::bind; // (tags/RELEASE_28 115909)) on OSX, where unwinding the stack // segfaults the moment this exception was thrown and caught. // -// Placing it in a named namespace instead of the originalRecommend +// Placing it in a named namespace instead of the original // unnamed namespace appears to solve this, so as a temporary // workaround, we create a local randomly named namespace here // to solve this issue.