From: Todd C. Miller Date: Fri, 17 May 2002 17:20:57 +0000 (+0000) Subject: typo in comment X-Git-Tag: SUDO_1_6_7~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3ddf66e07d97b35e798d7697efaa844033dcf4c;p=sudo typo in comment --- diff --git a/env.c b/env.c index 9568543bb..f86a3eae7 100644 --- a/env.c +++ b/env.c @@ -66,7 +66,7 @@ static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* - * Flags used in env_reset() + * Flags used in rebuild_env() */ #undef DID_TERM #define DID_TERM 0x01