util-cpu: fix trivial typo in documentation

This patch fixes a trivial typo in a documentation message.

Signed-off-by: Eric Leblond <eric@regit.org>
remotes/origin/master-1.1.x
Eric Leblond 16 years ago committed by Victor Julien
parent ffcd512167
commit 62cf7eea4c

@ -129,7 +129,7 @@ uint16_t UtilCpuGetNumProcessorsOnline() {
/** /**
* \brief Get the maximum number of cpus allowed in the system * \brief Get the maximum number of cpus allowed in the system
* This syscall is present on Solaris, but it's not on linux * 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; * \retval 0 if the syscall is not available or we have an error;
* otherwise it will return the number of cpus allowed * otherwise it will return the number of cpus allowed
*/ */

Loading…
Cancel
Save