summaryrefslogtreecommitdiff
path: root/ACE/Kokyu/tests/EDF
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 09:00:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 09:00:19 +0000
commit017d8954a8ba770e13159bc455087a1ed565cb2e (patch)
treed5761bd5493488bfa89e7f374a3e28626942b633 /ACE/Kokyu/tests/EDF
parentb24fc2124c729562103f114c90518b9a69e00bed (diff)
downloadATCD-017d8954a8ba770e13159bc455087a1ed565cb2e.tar.gz
Fixed typo
Diffstat (limited to 'ACE/Kokyu/tests/EDF')
-rw-r--r--ACE/Kokyu/tests/EDF/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/Kokyu/tests/EDF/test.cpp b/ACE/Kokyu/tests/EDF/test.cpp
index 0c6939ee613..f59596120a9 100644
--- a/ACE/Kokyu/tests/EDF/test.cpp
+++ b/ACE/Kokyu/tests/EDF/test.cpp
@@ -157,6 +157,6 @@ int parse_args (int argc, ACE_TCHAR *argv[])
"-p <fifo|rr|other>"),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}