]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Apr 2018 05:40:00 +0000 (11:40 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Apr 2018 05:40:17 +0000 (11:40 +0600)
src/modules/rlm_mschap/auth_wbclient.c

index 8a04a5d559d08d89e73ff46f35a33c37e246002b..6772838941f663e954625728caa9e1e392fb9834 100644 (file)
@@ -43,8 +43,8 @@ RCSID("$Id$")
 
 /** Use Winbind to normalise a username
  *
- * @param[in] food     The talloc context where the result is parented from
- * @param[in] ctx      The winbind context
+ * @param[in] ctx      The talloc context where the result is parented from
+ * @param[in] wb_ctx   The winbind context
  * @param[in] dom_name The domain of the user
  * @param[in] name     The username (without the domain) to be normalised
  * @return