From 00749b05b93978e93768fba73334edb2cc81ace1 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 24 Apr 2019 12:45:20 +0200 Subject: su: make comment more friedly to 'make checkxalloc' Signed-off-by: Karel Zak --- login-utils/su-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login-utils') diff --git a/login-utils/su-common.c b/login-utils/su-common.c index 86beab99c..caabe23a6 100644 --- a/login-utils/su-common.c +++ b/login-utils/su-common.c @@ -1016,7 +1016,7 @@ static void modify_environment(struct su_context *su, const char *shell) /* Note that original su(1) has allocated environ[] by malloc * to the number of expected variables. This seems unnecessary - * optimization as libc later realloc(current_size+2) and for + * optimization as libc later re-alloc(current_size+2) and for * empty environ[] the curren_size is zero. It seems better to * keep all logic around environment in glibc's hands. * --kzak [Aug 2018] -- cgit v1.2.3-55-g7522