Browse Source

[3664] Corrected a typo in the lfc main function.

Marcin Siodelski 10 years ago
parent
commit
09aaf65630
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/lfc/main.cc

+ 1 - 1
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.