From: Marcin Siodelski Date: Fri, 23 Jan 2015 10:54:57 +0000 (+0100) Subject: [3664] Corrected a typo in the lfc main function. X-Git-Tag: trac3712_base~38^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09aaf6563012fee796245b971786900726980437;p=thirdparty%2Fkea.git [3664] Corrected a typo in the lfc main function. --- diff --git a/src/bin/lfc/main.cc b/src/bin/lfc/main.cc index 722b604354..3fee0e3e5d 100644 --- a/src/bin/lfc/main.cc +++ b/src/bin/lfc/main.cc @@ -22,7 +22,7 @@ using namespace isc::lfc; using namespace std; -/// This file contains the entry point (main() function for the +/// This file contains the entry point (main() function) for the /// standard LFC process, kea-lfc, component of the Kea software suite. /// It creates an instance of the LFCController class and invokes /// its launch method.