summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-08-30 15:37:47 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-08-30 15:37:47 +0200
commit9ebc2eb464ba77ca2b591819d4383e6decba2e1e (patch)
tree97bc57a2aaeee971a168848df298d6f09a1d8de4
parent8510ba06ba044f3b5c281753256fb47b1926fa2a (diff)
downloadATCD-9ebc2eb464ba77ca2b591819d4383e6decba2e1e.tar.gz
Doxygen change
* ACE/ace/NT_Service.h:
-rw-r--r--ACE/ace/NT_Service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/NT_Service.h b/ACE/ace/NT_Service.h
index 49661e42869..2769d82d15b 100644
--- a/ACE/ace/NT_Service.h
+++ b/ACE/ace/NT_Service.h
@@ -275,7 +275,7 @@ public:
* Requests the service to stop. Will wait up to @a wait_time for
* the service to actually stop. If not specified, the function
* waits until the service either stops or gets stuck in some other
- * state before it stops. If <svc_state> is specified, it receives
+ * state before it stops. If @a svc_state is specified, it receives
* the last reported state of the service. Returns 0 if the request
* was made successfully, -1 if not.
*/