Browse Source

Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

JINMEI Tatuya 12 years ago
parent
commit
3b38bc023f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/log/log.cc

+ 1 - 1
src/lib/python/isc/log/log.cc

@@ -40,7 +40,7 @@ using boost::bind;
 // (tags/RELEASE_28 115909)) on OSX, where unwinding the stack
 // (tags/RELEASE_28 115909)) on OSX, where unwinding the stack
 // segfaults the moment this exception was thrown and caught.
 // 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
 // unnamed namespace appears to solve this, so as a temporary
 // workaround, we create a local randomly named namespace here
 // workaround, we create a local randomly named namespace here
 // to solve this issue.
 // to solve this issue.