git: 29b628f490c9 - main - gssd: Fix typo in comment

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 17 Jun 2025 23:21:32 UTC
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