[hipl-commit] [trunk] Rev 4397: Fix a comment typo

  • From: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 21 Apr 2010 21:02:31 +0300

Committer: Mircea Gherzan <mircea.gherzan@xxxxxxxxxxxxxx>
Date: 21/04/2010 at 21:02:31
Revision: 4397
Revision-id: mircea.gherzan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Fix a comment typo

Modified:
  M  hipd/init.c

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-04-21 00:56:17 +0000
+++ hipd/init.c 2010-04-21 18:02:00 +0000
@@ -317,7 +317,7 @@
 
     /* network module loading */
     for (count = 0; count < net_total; count++) {
-        /* we still suppress false alarms from modproble */
+        /* we still suppress false alarms from modprobe */
         snprintf(cmd, sizeof(cmd), "/sbin/modprobe %s 2> /dev/null",
                  kernel_net_mod[count]);
         if (system(cmd)) {

Other related posts:

  • » [hipl-commit] [trunk] Rev 4397: Fix a comment typo - Mircea Gherzan