]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3664] Corrected a typo in the lfc main function.
authorMarcin Siodelski <marcin@isc.org>
Fri, 23 Jan 2015 10:54:57 +0000 (11:54 +0100)
committerMarcin Siodelski <marcin@isc.org>
Fri, 23 Jan 2015 10:54:57 +0000 (11:54 +0100)
src/bin/lfc/main.cc

index 722b604354b10bb601f04e78e2bff5fed4d03da9..3fee0e3e5d3e37e56dd03e50b586e569d6456d82 100644 (file)
@@ -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.