From 64e0abde4c704ce3ed2baeb3834d15c078a0c7f8 Mon Sep 17 00:00:00 2001 From: gjb Date: Mon, 3 Jul 2017 13:46:58 +0000 Subject: MFS11 r320596: MFC r320488: Correct the branch naming convention in param.h. While here, consistently use upper-case 'X' to represent the version number. Approved by: re (kib, marius) Sponsored by: The FreeBSD Foundation --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/sys/param.h b/sys/sys/param.h index cfb44c3..0f2799e 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -54,7 +54,7 @@ * * scheme is: Rxx * 'R' is in the range 0 to 4 if this is a release branch or - * x.0-CURRENT before RELENG_*_0 is created, otherwise 'R' is + * X.0-CURRENT before releng/X.0 is created, otherwise 'R' is * in the range 5 to 9. */ #undef __FreeBSD_version -- cgit v1.1