diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/Internal.ice | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Internal.ice b/cpp/src/IceGrid/Internal.ice index bb5ae9b9907..2209a99dea0 100644 --- a/cpp/src/IceGrid/Internal.ice +++ b/cpp/src/IceGrid/Internal.ice @@ -672,7 +672,8 @@ class InternalNodeInfo /** * - * The number of processors. + * The number of processor threads (e.g. 8 on + * system with 1 quad-core CPU, with 2 threads per core) * **/ int nProcessors; |