From 8ea51d64917742073ae98348719058c97eee9498 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 17 May 2005 07:16:28 +0000 Subject: [PATCH] Typo ... This commit was SVN r5733. --- src/datatype/dt_add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datatype/dt_add.c b/src/datatype/dt_add.c index fa709a31c3..1a6e4fe04a 100644 --- a/src/datatype/dt_add.c +++ b/src/datatype/dt_add.c @@ -78,7 +78,7 @@ int32_t ompi_ddt_add( ompi_datatype_t* pdtBase, const ompi_datatype_t* pdtAdd, dt_elem_desc_t *pLast, *pLoop = NULL; long lb, ub, true_lb, true_ub, epsilon, old_true_ub; - /* the extent should be always be positive. So a negative + /* the extent should always be positive. So a negative * value here have a special meaning ie. default extent as * computed by ub - lb */