From 0ef7cabc633e303f61305362e07b86375aa0753f Mon Sep 17 00:00:00 2001
From: Quincey Koziol <koziol@hdfgroup.org>
Date: Tue, 26 Apr 2011 16:18:03 -0500
Subject: [PATCH] [svn-r20650] Description:     Fix spelling error:
 FUNC_ENTER_NOAPI_NOFUNC_NONIT -> FUNC_ENTER_NOAPI_NOINIT_NOFUNC

Tested on:
    FreeBSD/32 8.2 (loyalty)
    FreeBSD/64 8.2 (loyalty)
---
 src/H5FDdirect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/H5FDdirect.c b/src/H5FDdirect.c
index 8ff0653809..469fe9d99d 100644
--- a/src/H5FDdirect.c
+++ b/src/H5FDdirect.c
@@ -677,7 +677,7 @@ H5FD_direct_cmp(const H5FD_t *_f1, const H5FD_t *_f2)
     const H5FD_direct_t	*f2 = (const H5FD_direct_t*)_f2;
     int ret_value=0;
 
-    FUNC_ENTER_NOAPI_NOFUNC_NONIT(H5FD_direct_cmp)
+    FUNC_ENTER_NOAPI_NOINIT_NOFUNC(H5FD_direct_cmp)
 
 #ifdef _WIN32
     if (f1->fileindexhi < f2->fileindexhi) HGOTO_DONE(-1)