From: djm@openbsd.org Date: Fri, 19 Dec 2025 01:27:19 +0000 (+0000) Subject: upstream: typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b652322cdc5e94f059b37a8fb87e44ccb1cdff33;p=thirdparty%2Fopenssh-portable.git upstream: typo in comment OpenBSD-Commit-ID: f72306b86953e74f358096db141b4f9c00d33ed7 --- diff --git a/servconf.h b/servconf.h index bf47f838e..e1ccc0431 100644 --- a/servconf.h +++ b/servconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.173 2025/12/19 00:56:34 djm Exp $ */ +/* $OpenBSD: servconf.h,v 1.174 2025/12/19 01:27:19 djm Exp $ */ /* * Author: Tatu Ylonen @@ -315,7 +315,7 @@ TAILQ_HEAD(include_list, include_item); M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens, 1); \ M_CP_STRARRAYOPT(channel_timeouts, num_channel_timeouts, 1); \ M_CP_STRARRAYOPT(log_verbose, num_log_verbose, 1); \ - /* Note: don't clobber num_subsystems until all copies */ \ + /* Note: don't clobber num_subsystems until all copied */ \ M_CP_STRARRAYOPT(subsystem_name, num_subsystems, 0); \ M_CP_STRARRAYOPT(subsystem_command, num_subsystems, 0); \ M_CP_STRARRAYOPT(subsystem_args, num_subsystems, 1); \