diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-10-19 19:12:36 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-10-19 19:12:36 -0400 |
commit | a6c142c285c93645c27256e092a9302efe700a21 (patch) | |
tree | c8fff2b36896b049ec13d0a3fbcc65c9486819c9 /cpp/src | |
parent | regenerate Grammar & Scanner files in rhel6 (diff) | |
download | ice-a6c142c285c93645c27256e092a9302efe700a21.tar.bz2 ice-a6c142c285c93645c27256e092a9302efe700a21.tar.xz ice-a6c142c285c93645c27256e092a9302efe700a21.zip |
Fixed processor documentation
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; |