From: JINMEI Tatuya Date: Thu, 19 Apr 2012 10:11:42 +0000 (+0200) Subject: [1793] Fix a comment X-Git-Tag: trac2351_base~226^2~116^2~23^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e05014aa5bd412778a0927ac1babff042e5f46f;p=thirdparty%2Fkea.git [1793] Fix a comment The old version is a result of copy-paste and is wrong. --- diff --git a/src/bin/auth/tests/datasrc_util.h b/src/bin/auth/tests/datasrc_util.h index fc4109bdef..07ebc0c25e 100644 --- a/src/bin/auth/tests/datasrc_util.h +++ b/src/bin/auth/tests/datasrc_util.h @@ -24,10 +24,7 @@ namespace isc { namespace auth { namespace unittest { -// Here we define utility modules for the convenience of tests that create -// a data source client according to the specified conditions. - -/// \brief Create an SQLite3 data source client from a stream. +/// \brief Create an SQLite3 database file for a given zone from a stream. /// /// This function creates an SQLite3 DB file for the specified zone /// with specified content. The zone will be created in the given