summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <syn@sceen.net>2006-02-04 22:23:10 +0000
committerRichard Braun <syn@sceen.net>2006-02-04 22:23:10 +0000
commit91f9e6ec84567ec5151c95e5c0f561eae37198f2 (patch)
tree6c64f5e5ac31d12db346bfc93501879fd34951c6
parent9df1d1a9b6ec59021a19f30f0dc394578c3af210 (diff)
Improved a comment.mtx-20060204
-rw-r--r--mtxinteger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mtxinteger.h b/mtxinteger.h
index 5edfb1d..663416e 100644
--- a/mtxinteger.h
+++ b/mtxinteger.h
@@ -99,8 +99,8 @@ class MtxInteger
MtxInteger();
/*
- * Be careful when using this constructor, as 0xffffffff and such values
- * (when using 32 bits words) are *negative* values in C++.
+ * Be careful when using this constructor, as values with the MSB set
+ * are *negative* values for type int.
*/
MtxInteger(int integer);