From 1a32fbeb863479376dec042d532148d6e612145f Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 9 Sep 2008 19:36:51 +0200 Subject: [PATCH] netapi: fix doxygen warning. Guenther (This used to be commit e0312728a5ac5abd64622600f47967861a4e0183) --- source3/lib/netapi/netapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index e9670bb16e3..234caf4b930 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/lib/netapi/netapi.h @@ -1579,7 +1579,7 @@ NET_API_STATUS NetRemoteTOD(const char * server_name /* [in] */, * * @param[in] server_name The server name to connect to * @param[in] level The level defining the requested SHARE_INFO_X structure - * @param[in] buf The buffer containing a SHARE_INFO_X structure + * @param[in] buffer The buffer containing a SHARE_INFO_X structure * @param[out] parm_err The returned parameter error number if any * @return NET_API_STATUS * -- 2.11.4.GIT