summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-11-20 06:54:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-11-20 06:54:29 +0000
commit2c0596476d4119e73594e9bf53fc84f6b67cecbf (patch)
treeb3c2816e9523dc5ff9516079b51054cd523912a0
parentec1eba13d3d12d9b068e24b1ad4eabd41c6dc48c (diff)
downloadATCD-2c0596476d4119e73594e9bf53fc84f6b67cecbf.tar.gz
ChangeLogTag:Tue Nov 19 22:36:38 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLogs/ChangeLog-03a2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d8da921f715..8507341a65a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@ Tue Nov 19 22:36:38 2002 Ossama Othman <ossama@uci.edu>
Fixed postfix increment and decrement operators. Previously
they had the same implementation as their prefix increment and
decrement operator counterparts. A copy of the ACE_Time_Value
- is now done prior to incrementing it via the corresponding
+ is now done prior to in/decrementing it via the corresponding
prefix operator. That copy is returned. A copy is only
performed for the postfix case.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d8da921f715..8507341a65a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -9,7 +9,7 @@ Tue Nov 19 22:36:38 2002 Ossama Othman <ossama@uci.edu>
Fixed postfix increment and decrement operators. Previously
they had the same implementation as their prefix increment and
decrement operator counterparts. A copy of the ACE_Time_Value
- is now done prior to incrementing it via the corresponding
+ is now done prior to in/decrementing it via the corresponding
prefix operator. That copy is returned. A copy is only
performed for the postfix case.