From 4c25397c416be6ac2ec6e862ba11e8ce4af2e359 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 27 Apr 2016 11:10:15 -0700 Subject: [PATCH] AppMisc: correct param name in docs, silences warning --- headers/private/app/AppMisc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/app/AppMisc.h b/headers/private/app/AppMisc.h index 4ddac85acc..f6725caf2c 100644 --- a/headers/private/app/AppMisc.h +++ b/headers/private/app/AppMisc.h @@ -38,7 +38,7 @@ status_t create_desktop_connection(ServerLink* link, const char* name, // _get_object_token_ /*! Return the token of a BHandler. - \param handler The BHandler. + \param object The BHandler. \return the token. */