summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-15 22:33:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-15 22:33:13 +0000
commitb30fdbed24dc2585a3e2b806620ee5bbddf58966 (patch)
treeca956e0a9ccd2b2b288f2df7429cbeb71d331ed8 /ChangeLogs
parentd7d016a969ecd8181dfa2331a50ed029e1548691 (diff)
downloadATCD-b30fdbed24dc2585a3e2b806620ee5bbddf58966.tar.gz
Fixed typos
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 37ba3cf8445..248c8002ee3 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -23,9 +23,9 @@ Mon May 15 15:14:41 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.i:
* ace/CDR_Stream.cpp:
Cristian Ferretti <cristian_ferretti@yahoo.com> has contributed
- a number of optimizations to the but swapping code for CDR
+ a number of optimizations to the byte swapping code for CDR
streams. The optimizations include loop unrolling for 32-bit
- and 64-bit architectures, use of special assembly instructions
+ and 64-bit architectures, use of especial assembly instructions
for x86-based platforms and use of bit operations (instead of
memory manipulation) for other processors.
@@ -42,7 +42,7 @@ Mon May 15 15:14:41 2000 Carlos O'Ryan <coryan@uci.edu>
New test to verify that the array operations in the CDR classes
actually work, this is specially critical because the new
versions unroll loop, perform assembly instructions that work
- best when the alingment is right, etc.
+ best when the alignment is right, etc.
* tests/CDR_File_Test.cpp:
The test was extended. Now we can save a file in one platform
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 37ba3cf8445..248c8002ee3 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -23,9 +23,9 @@ Mon May 15 15:14:41 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.i:
* ace/CDR_Stream.cpp:
Cristian Ferretti <cristian_ferretti@yahoo.com> has contributed
- a number of optimizations to the but swapping code for CDR
+ a number of optimizations to the byte swapping code for CDR
streams. The optimizations include loop unrolling for 32-bit
- and 64-bit architectures, use of special assembly instructions
+ and 64-bit architectures, use of especial assembly instructions
for x86-based platforms and use of bit operations (instead of
memory manipulation) for other processors.
@@ -42,7 +42,7 @@ Mon May 15 15:14:41 2000 Carlos O'Ryan <coryan@uci.edu>
New test to verify that the array operations in the CDR classes
actually work, this is specially critical because the new
versions unroll loop, perform assembly instructions that work
- best when the alingment is right, etc.
+ best when the alignment is right, etc.
* tests/CDR_File_Test.cpp:
The test was extended. Now we can save a file in one platform