From 9821bb3bb8bcb78ced6fab55aaff9501b0ad9157 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 19 Jun 2023 16:20:36 +0200 Subject: [PATCH] Doxygen fix * ACE/ace/Malloc_T.h: --- ACE/ace/Malloc_T.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/ace/Malloc_T.h b/ACE/ace/Malloc_T.h index 62e9c678a34cc..62775b798cbdb 100644 --- a/ACE/ace/Malloc_T.h +++ b/ACE/ace/Malloc_T.h @@ -487,7 +487,7 @@ class ACE_Malloc_T /// Release ref counter. /// @retval 0 Success - /// @retval -1 Failure to missing control block + /// @retval -1 Failure due to missing control block /// @retval >0 Memory not release because refcount is not zero int release (int close = 0);