diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-20 02:56:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-20 02:56:23 +0000 |
commit | 89165296e5a88215bb813ee6967a2d88fc63017e (patch) | |
tree | 77171e80b08f594fd82f4e77e6feac7bf0338901 /ace/Message_Queue.h | |
parent | 8b6584d2fb1b1cc51655e005e351f5a74ea007db (diff) | |
download | ATCD-89165296e5a88215bb813ee6967a2d88fc63017e.tar.gz |
fixed typo in comment: interrupt
Diffstat (limited to 'ace/Message_Queue.h')
-rw-r--r-- | ace/Message_Queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Message_Queue.h b/ace/Message_Queue.h index 7006e18e5ae..01328a6655b 100644 --- a/ace/Message_Queue.h +++ b/ace/Message_Queue.h @@ -146,7 +146,7 @@ class ACE_Message_Queue_Vx : public ACE_Message_Queue<ACE_NULL_SYNCH> // MsgQ. It does not use any synchronization, because it relies // on the native MsgQ implementation to take care of that. The // only system calls that it uses are VxWorks msgQLib calls, so - // it is suitable for use in iterrupt service routines. + // it is suitable for use in interrupt service routines. // // NOTE: *Many* ACE_Message_Queue features are not supported with // this specialization, including: |