]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] removed a garbage from a comment.
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 14 Jan 2013 22:02:31 +0000 (14:02 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 14 Jan 2013 22:02:31 +0000 (14:02 -0800)
It was introduced at commit 71eee6e2 for no apparent reason.  I believe
it's a merge error or simple typo.  Directly committing.

src/lib/python/isc/log/log.cc

index 7b95201a2875dc7695bd5eea5d8da58d61215819..108efe336a4a76f5e6df7495d56382323c5770ca 100644 (file)
@@ -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.