>From 826858a586a85dfa761223ed216e66fca9d26ce7 Mon Sep 17 00:00:00 2001 From: Albert L. Chu Date: Tue, 1 Jul 2008 11:44:28 -0700 Subject: [PATCH] fix typo - force_immediate_heavy_sweep is now force_heavy_sweep Signed-off-by: Albert L. Chu --- opensm/include/opensm/osm_subnet.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opensm/include/opensm/osm_subnet.h b/opensm/include/opensm/osm_subnet.h index cf350d2..fcff055 100644 --- a/opensm/include/opensm/osm_subnet.h +++ b/opensm/include/opensm/osm_subnet.h @@ -574,10 +574,10 @@ typedef struct osm_subn { * - Set to FALSE upon end of all lft assignments. * * subnet_initalization_error -* Similar to the force_immediate_heavy_sweep flag. If TRUE - -* means that we had errors during initialization (due to SubnSet -* requests that failed). We want to declare the subnet as -* unhealthy, and force another heavy sweep. +* Similar to the force_heavy_sweep flag. If TRUE - means that +* we had errors during initialization (due to SubnSet requests +* that failed). We want to declare the subnet as unhealthy, and +* force another heavy sweep. * * force_heavy_sweep * If TRUE - we want to force a heavy sweep. This can be done -- 1.5.4.5