[Oisf-devel] [PATCH 3/3] util-cpu: fix trivial typo in documentation
    Eric Leblond 
    eleblond at edenwall.com
       
    Fri Nov 12 10:47:00 UTC 2010
    
    
  
This patch fixes a trivial typo in a documentation message.
Signed-off-by: Eric Leblond <eleblond at edenwall.com>
---
 src/util-cpu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/util-cpu.c b/src/util-cpu.c
index 35cf1ea..ca2e640 100644
--- a/src/util-cpu.c
+++ b/src/util-cpu.c
@@ -129,7 +129,7 @@ uint16_t UtilCpuGetNumProcessorsOnline() {
 /**
  * \brief Get the maximum number of cpus allowed in the system
  *        This syscall is present on Solaris, but it's not on linux
- *        or macosx. Maybe you should look at UtilCpuGetNumProcessorsConfig()
+ *        or macosx. Maybe you should look at UtilCpuGetNumProcessorsConfigured()
  * \retval 0 if the syscall is not available or we have an error;
  *           otherwise it will return the number of cpus allowed
  */
-- 
1.7.2.3
    
    
More information about the Oisf-devel
mailing list