From 8b51d12f4b6eae265112c3cfd67e84dabc08cb31 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Thu, 18 Jun 2020 03:40:29 +0200 Subject: [PATCH] data/builtins.c: cosmetic fix in comment --- src/cmd/ksh93/data/builtins.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cmd/ksh93/data/builtins.c b/src/cmd/ksh93/data/builtins.c index 533d1a005..185588315 100644 --- a/src/cmd/ksh93/data/builtins.c +++ b/src/cmd/ksh93/data/builtins.c @@ -52,9 +52,9 @@ #undef dirname /* -+ * IMPORTANT: The order of these struct members must be synchronous -+ * with the offsets on the macros defined in include/builtins.h! -+ * The order up through "local" is significant. + * IMPORTANT: The order of these struct members must be synchronous + * with the offsets on the macros defined in include/builtins.h! + * The order up through "local" is significant. */ const struct shtable3 shtab_builtins[] = {