Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2025 23:21:32 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 29b628f490c9 - main - gssd: Fix typo in comment
Message-ID:  <202506172321.55HNLWN8002129@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=29b628f490c9fb98cf8de9556f87dfea6352f22f

commit 29b628f490c9fb98cf8de9556f87dfea6352f22f
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-06-17 23:20:57 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-06-17 23:20:57 +0000

    gssd: Fix typo in comment
    
    Noticed by:     pfg
---
 usr.sbin/gssd/gssd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/gssd/gssd.c b/usr.sbin/gssd/gssd.c
index c6d9f01131f7..94eb6ca575c8 100644
--- a/usr.sbin/gssd/gssd.c
+++ b/usr.sbin/gssd/gssd.c
@@ -1190,7 +1190,7 @@ gssd_get_cc_from_keytab(const char *name)
 		ret = krb5_cc_initialize(context, ccache, principal);
 	if (ret == 0) {
 #ifndef MK_MITKRB5
-		/* For Hemdal only */
+		/* For Heimdal only */
 		krb5_get_init_creds_opt_set_default_flags(context, "gssd",
 		    krb5_principal_get_realm(context, principal), opt);
 #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506172321.55HNLWN8002129>