From: JINMEI Tatuya Date: Wed, 10 Apr 2013 16:23:09 +0000 (-0700) Subject: [2877] corrected a typo (one made by myself in a previous commit) X-Git-Tag: bind10-1.1.0beta2-release~8^2~28^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44851acb14ff52295eaa9f3f68ffedc04c19de84;p=thirdparty%2Fkea.git [2877] corrected a typo (one made by myself in a previous commit) --- diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h index 299d322287..ee9c9a0dd5 100644 --- a/src/lib/datasrc/database.h +++ b/src/lib/datasrc/database.h @@ -122,7 +122,7 @@ public: /// the "params" array to be filled with the values as described in this /// enumeration, in this order. /// - /// DEL_RNAME is included in case the reversed from is more convenient + /// DEL_RNAME is included in case the reversed form is more convenient /// for the underlying implementation to identify the record to be /// deleted (reversed names are generally easier to sort, which may help /// perform the search faster). It's up to the underlying implementation