diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-08-09 16:05:36 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-08-09 21:37:42 +0200 |
commit | c6363bb352daab5b5e4523df14ea8f20b630be75 (patch) | |
tree | 49473d4a182a44da0ede485434d340f746e47c29 | |
parent | 1533f1722de96f814c5e9de9aebc2892eb4bf882 (diff) | |
download | samba-c6363bb352daab5b5e4523df14ea8f20b630be75.tar.gz samba-c6363bb352daab5b5e4523df14ea8f20b630be75.tar.bz2 samba-c6363bb352daab5b5e4523df14ea8f20b630be75.zip |
tevent: fix some comments in tevent.h
metze
-rw-r--r-- | lib/tevent/tevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index c5c7aa85bc..6e3ed76f57 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -1359,8 +1359,8 @@ struct tevent_queue_entry; * * @return An allocated tevent queue on success, NULL on error. * - * @see tevent_start() - * @see tevent_stop() + * @see tevent_queue_start() + * @see tevent_queue_stop() */ struct tevent_queue *tevent_queue_create(TALLOC_CTX *mem_ctx, const char *name); |