From 3394a7303c8a6be123ba4b671b5c943824e2d674 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 3 Jul 2006 16:54:19 +0000 Subject: [PATCH] (minor edit) fixed a typo in a comment --- .../src/modules/core/include/LiveSupport/Core/UniqueId.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/livesupport/src/modules/core/include/LiveSupport/Core/UniqueId.h b/livesupport/src/modules/core/include/LiveSupport/Core/UniqueId.h index 7c74a05fb..04968c0be 100644 --- a/livesupport/src/modules/core/include/LiveSupport/Core/UniqueId.h +++ b/livesupport/src/modules/core/include/LiveSupport/Core/UniqueId.h @@ -69,7 +69,8 @@ class UniqueId public: /** * The type for the numeric value the unique id is represented in. - * This is set to 'long long int', i.e., 32-bit signed integers. + * This is set to 'long long int', i.e., 64-bit signed integers. + * TODO: change this into something not quite as non-portable. */ typedef long long int IdType;