From fbc7205d70adb80180ea81bdcd6acd759b9e316f Mon Sep 17 00:00:00 2001 From: remko Date: Tue, 15 Oct 2024 16:49:46 +0200 Subject: [PATCH] fixed a typo in the documentation --- TAO/docs/Options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html index 09552d66d6d61..ad187365b9807 100644 --- a/TAO/docs/Options.html +++ b/TAO/docs/Options.html @@ -501,7 +501,7 @@

3. Optimizing Request Processing

If this option is enabled (1), the orb will use the local memory pool.

This option defaults to the compile-time option specified by - TAO_USES_LOCAL_MEMORY_POOL.

+ TAO_USE_LOCAL_MEMORY_POOL. The default is 1 (enabled)