[openib-general] [PATCH][IBMgtSim] commentary typos

Bernhard Fischer rep.nop at aon.at
Mon Jul 4 14:30:48 PDT 2005


Hi,

- commentary typos.

Signed-off-by: Bernhard Fischer <rep.nop at aon.at>

No obj-code changes.

PS: Eitan; oh and yes, so far i didn't even try to build one of
ibdm nor IBMgtSim, fwiw.. I'll most likely get back to you on those.
thank you,
Bernhard
-------------- next part --------------
diff -X excl -rduNp gen2.2780.oorig/utils/src/linux-user/IBMgtSim/src/dispatcher.cpp gen2.2780/utils/src/linux-user/IBMgtSim/src/dispatcher.cpp
--- gen2.2780.oorig/utils/src/linux-user/IBMgtSim/src/dispatcher.cpp	2005-04-26 20:57:17.000000000 +0200
+++ gen2.2780/utils/src/linux-user/IBMgtSim/src/dispatcher.cpp	2005-07-04 21:12:07.000000000 +0200
@@ -69,7 +69,7 @@ IBMSDispatcher::IBMSDispatcher(
   MSG_EXIT_FUNC;  
 }
 
-/* distructor */
+/* destructor */
 IBMSDispatcher::~IBMSDispatcher()
 {
   MSG_ENTER_FUNC;  
diff -X excl -rduNp gen2.2780.oorig/utils/src/linux-user/IBMgtSim/src/sma.cpp gen2.2780/utils/src/linux-user/IBMgtSim/src/sma.cpp
--- gen2.2780.oorig/utils/src/linux-user/IBMgtSim/src/sma.cpp	2005-07-04 20:19:54.000000000 +0200
+++ gen2.2780/utils/src/linux-user/IBMgtSim/src/sma.cpp	2005-07-04 21:30:50.000000000 +0200
@@ -58,7 +58,7 @@ ibms_dump_mad(
 {
   if (dir == RCV)
   {
-    MSGREG(inf100, 'M', "\n    Recieved Mad Dump\n$", "ibms_dump_mad");
+    MSGREG(inf100, 'M', "\n    Received Mad Dump\n$", "ibms_dump_mad");
     MSGSND(inf100, ibms_get_mad_header_str(madMsg.header));
   }
   else
@@ -1423,7 +1423,7 @@ int IBMSSma::processMad(uint8_t inPort, 
 
   if (madMsg.header.method == IB_MAD_METHOD_TRAP_REPRESS)
   {
-    MSGREG(inf0, 'I', "--- Recieved Trap Repress ---", "processMad");
+    MSGREG(inf0, 'I', "--- Received Trap Repress ---", "processMad");
     MSGSND(inf0);
 
     MSG_EXIT_FUNC;
diff -X excl -rduNp gen2.2780.oorig/utils/src/linux-user/IBMgtSim/src/sma.h gen2.2780/utils/src/linux-user/IBMgtSim/src/sma.h
--- gen2.2780.oorig/utils/src/linux-user/IBMgtSim/src/sma.h	2005-04-26 20:57:17.000000000 +0200
+++ gen2.2780/utils/src/linux-user/IBMgtSim/src/sma.h	2005-07-04 21:30:32.000000000 +0200
@@ -63,7 +63,7 @@
 *
 * DESCRIPTION
 *	upper level function of printing all mad contant in
-*   recieving or sending of Mad
+*   receiving or sending of Mad
 *
 * SYNOPSIS
 */


More information about the general mailing list