From 5c9f4c75d17d44dfef27394a0d4d060b5f8aff2f Mon Sep 17 00:00:00 2001 From: Tim Woodall Date: Mon, 2 May 2005 16:51:01 +0000 Subject: [PATCH] fix typo This commit was SVN r5574. --- src/include/orte_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/orte_types.h b/src/include/orte_types.h index 3c18c45230..52001e324b 100644 --- a/src/include/orte_types.h +++ b/src/include/orte_types.h @@ -95,7 +95,7 @@ typedef struct { /* define a print format to handle the variations in size_t */ #if SIZEOF_SIZE_T == SIZEOF_INT #define ORTE_SIZE_T_PRINTF "%u" -#elif SIZEOF_SIZE_T == SIZE_OF_LONG +#elif SIZEOF_SIZE_T == SIZEOF_LONG #define ORTE_SIZE_T_PRINTF "%lu" #endif