From 11e7b12ad1d5d01911f99d7465d34b0ddbe2dced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 11 Nov 2007 15:13:13 +0000 Subject: [PATCH] fix syntax of doxygen git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22057 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/copy_host_realm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/copy_host_realm.c b/lib/krb5/copy_host_realm.c index 7c3ae6311..98ede4399 100644 --- a/lib/krb5/copy_host_realm.c +++ b/lib/krb5/copy_host_realm.c @@ -40,7 +40,7 @@ RCSID("$Id$"); * * @param context Kerberos 5 context. * @param from list of realms to copy from. - * @param from list of realms to copy to, free list of krb5_free_host_realm(). + * @param to list of realms to copy to, free list of krb5_free_host_realm(). * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message().