]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2204] grammar fix in documentation
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 9 Oct 2012 00:29:15 +0000 (17:29 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 11 Oct 2012 17:04:38 +0000 (10:04 -0700)
src/bin/auth/datasrc_config.h

index 842d2ca9275e5f1d1989ac31252e8231ca1bd726..02e4e5c45ef82bd5d4819b77b8434d377bd8eba6 100644 (file)
@@ -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