summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/Proactor/test_aiosig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/Proactor/test_aiosig.cpp')
-rw-r--r--ACE/examples/Reactor/Proactor/test_aiosig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Reactor/Proactor/test_aiosig.cpp b/ACE/examples/Reactor/Proactor/test_aiosig.cpp
index ab5d34aa825..0dee9cdc9fd 100644
--- a/ACE/examples/Reactor/Proactor/test_aiosig.cpp
+++ b/ACE/examples/Reactor/Proactor/test_aiosig.cpp
@@ -197,7 +197,7 @@ query_aio_completions (void)
return -1;
}
- // No error occured in the AIO operation.
+ // No error occurred in the AIO operation.
int nbytes = aio_return (aiocb_ptr);
if (nbytes == -1)
{