ibsim/sim_mad.c: Fix some typos

Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>

diff --git a/ibsim/sim_mad.c b/ibsim/sim_mad.c
index 6c5add9..f24844f 100644
--- a/ibsim/sim_mad.c
+++ b/ibsim/sim_mad.c
@@ -1128,7 +1128,7 @@ Smpfn *get_handle_fn(ib_rpc_t rpc, int response)
                return fn;
        }
 
-       return 0;               // No MGTCLASS matched .
+       return 0;               // No MGTCLASS matched.
 }
 
 int process_packet(Client * cl, void *p, int size, Client ** dcl)
@@ -1287,7 +1287,7 @@ int send_trap(Port * port, int trapnum)
        Port *destport;
 
        if (!encode_trapfn) {
-               IBWARN("trap number %d not upported", trapnum);
+               IBWARN("trap number %d not supported", trapnum);
                return -1;
        }
 


_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to