diff options
author | gjb <gjb@FreeBSD.org> | 2017-07-03 13:46:58 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2017-07-03 13:46:58 +0000 |
commit | 64e0abde4c704ce3ed2baeb3834d15c078a0c7f8 (patch) | |
tree | c946e8b96afaf3664262c84c26c89f40bf76f0a3 | |
parent | 1b1001711cd25830b9dcd1ab518fa6bf0b7a3f11 (diff) | |
download | FreeBSD-src-64e0abde4c704ce3ed2baeb3834d15c078a0c7f8.zip FreeBSD-src-64e0abde4c704ce3ed2baeb3834d15c078a0c7f8.tar.gz |
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
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: <major><two digit minor>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 |