From a784444c77888c44cba3c0a4c81440671f6cc880 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 Sep 2024 14:23:47 +1200 Subject: [PATCH] nsswitch:: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- nsswitch/libwbclient/wbc_sid.c | 2 +- nsswitch/pam_winbind.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nsswitch/libwbclient/wbc_sid.c b/nsswitch/libwbclient/wbc_sid.c index 747addb1f5b..72173cfbb64 100644 --- a/nsswitch/libwbclient/wbc_sid.c +++ b/nsswitch/libwbclient/wbc_sid.c @@ -150,7 +150,7 @@ wbcErr wbcStringToSid(const char *str, sid->id_auth[1] = (x & 0x00ff00000000ULL) >> 32; sid->id_auth[0] = (x & 0xff0000000000ULL) >> 40; - /* now read the the subauthorities */ + /* now read the subauthorities */ p = q +1; sid->num_auths = 0; while (sid->num_auths < WBC_MAXSUBAUTHS) { diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c index 968a72bccc0..67f351c056f 100644 --- a/nsswitch/pam_winbind.c +++ b/nsswitch/pam_winbind.c @@ -2531,7 +2531,7 @@ static char* winbind_upn_to_username(struct pwb_context *ctx, return NULL; } - /* Convert the the SID back to the sAMAccountName */ + /* Convert the SID back to the sAMAccountName */ wbc_status = wbcCtxLookupSid(ctx->wbc_ctx, &sid, &domain, &name, &type); if (!WBC_ERROR_IS_OK(wbc_status)) { -- 2.47.3