From 856bdec9b193f10e6e70b6f0beff6aa9bf173188 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 10 Sep 2015 00:04:34 +0200 Subject: [PATCH] sys/param.h: Fix typo in comment --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 488cb4520f..3a52449b6c 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -125,7 +125,7 @@ * 400300 - 4.3 development * 400301 - posix compliant iconv (no const qualifier) * 400302 - Replacement of libm with OpenBSD's libm - * 400303 - environ and __program are no longer linkable symbols + * 400303 - environ and __progname are no longer linkable symbols */ #undef __DragonFly_version #define __DragonFly_version 400303 /* propagated to newvers */ -- 2.41.0