diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-11 00:43:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-11 00:43:46 +0000 |
commit | 9c0df72c357188be4516ea0f200fdd37fa285e4c (patch) | |
tree | dd8b0c57433246e4f0a0aa2fec949372d2656113 /tests/Message_Queue_Test.cpp | |
parent | 91f19ea0972c40950dfd3ed93295ca2ea8735322 (diff) | |
download | ATCD-9c0df72c357188be4516ea0f200fdd37fa285e4c.tar.gz |
.
Diffstat (limited to 'tests/Message_Queue_Test.cpp')
-rw-r--r-- | tests/Message_Queue_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Message_Queue_Test.cpp b/tests/Message_Queue_Test.cpp index 767cabe5044..efc374cb109 100644 --- a/tests/Message_Queue_Test.cpp +++ b/tests/Message_Queue_Test.cpp @@ -199,7 +199,7 @@ single_thread_performance_test (int queue_type = 0) for (i = 0; i < messages; ++i) { - // There's got to be a better way to do this. init () doesn't + // There's got to be a better way to do this. <init> doesn't // delete any existing data block, so we do it explicitly. delete receive_block[i].data_block (); receive_block[i].init (MAX_MESSAGE_SIZE); |