From: JINMEI Tatuya Date: Tue, 9 Oct 2012 00:29:15 +0000 (-0700) Subject: [2204] grammar fix in documentation X-Git-Tag: trac2402_base~15^2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fc7d94b29ecc8a267d32047636d6525a3133612;p=thirdparty%2Fkea.git [2204] grammar fix in documentation --- diff --git a/src/bin/auth/datasrc_config.h b/src/bin/auth/datasrc_config.h index 842d2ca927..02e4e5c45e 100644 --- a/src/bin/auth/datasrc_config.h +++ b/src/bin/auth/datasrc_config.h @@ -27,9 +27,9 @@ /// \brief Configure data source client lists /// -/// This will hook into the data_sources module configuration and it return -/// a new set (in the form of a shared pointer to map) of data source client -/// lists corresponding to the configuration. +/// This will hook into the data_sources module configuration and it will +/// return a new set (in the form of a shared pointer to map) of data source +/// client lists corresponding to the configuration. /// /// This function is templated. This is simply because of easier testing. /// You don't need to pay attention to it, use the configureDataSource