From 15f9f35a49a58a0d26bdbbd805c6fe5b23904c88 Mon Sep 17 00:00:00 2001 From: Samuel Gutierrez Date: Tue, 9 Mar 2010 21:23:21 +0000 Subject: [PATCH] Another small typo fix. This commit was SVN r22802. --- ompi/mca/btl/sm/btl_sm_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/btl/sm/btl_sm_component.c b/ompi/mca/btl/sm/btl_sm_component.c index 6f18b3a4aa..bc6d74a89c 100644 --- a/ompi/mca/btl/sm/btl_sm_component.c +++ b/ompi/mca/btl/sm/btl_sm_component.c @@ -256,7 +256,7 @@ int mca_btl_sm_component_close(void) OBJ_DESTRUCT(&mca_btl_sm_component.sm_lock); /** * We don't have to destroy the fragment lists. They are allocated - * directly into the mmapped file, they will auto-magically dissapear + * directly into the mmapped file, they will auto-magically disappear * when the file get unmapped. */ /*OBJ_DESTRUCT(&mca_btl_sm_component.sm_frags_eager);*/