[openib-general] [PATCH][TRIVIAL] OpenSM/osm_subnet.c: Fix port_profile_switch_nodes comment in opensm.opts

Hal Rosenstock halr at voltaire.com
Fri Dec 15 13:28:08 PST 2006


OpenSM/osm_subnet.c: Fix port_profile_switch_nodes comment in
opensm.opts

Signed-off-by: Hal Rosenstock <halr at voltaire.com>

diff --git a/osm/opensm/osm_subnet.c b/osm/opensm/osm_subnet.c
index c218790..3db4612 100644
--- a/osm/opensm/osm_subnet.c
+++ b/osm/opensm/osm_subnet.c
@@ -1137,7 +1137,7 @@ osm_subn_write_conf_file(
   fprintf( 
     opts_file,
     "#\n# ROUTING OPTIONS\n#\n"
-    "# If TRUE do not count switches as link subscriptions\n"
+    "# If TRUE count switches as link subscriptions\n"
     "port_profile_switch_nodes %s\n\n",
     p_opts->port_profile_switch_nodes ? "TRUE" : "FALSE");
 







More information about the general mailing list