git: e4b7e0154f5e - main - Mk/bsd.options.desc.mk: Expand ASLR

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 22 Dec 2023 23:44:57 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e4b7e0154f5e3914d7191ef170273b1210cfdd80

commit e4b7e0154f5e3914d7191ef170273b1210cfdd80
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-22 12:28:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-22 23:44:43 +0000

    Mk/bsd.options.desc.mk: Expand ASLR
    
    Expand the ASLR acronym for much wider understanding.
    
    Reported by:    arrowd
---
 Mk/bsd.options.desc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index d20740cc888a..f877b04dd8d4 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -30,7 +30,7 @@ APE_DESC?=		Monkey's Audio lossless format support
 ARCHIVE_DESC?=		bzip2/zip/iso9660 archive support
 ARMADILLO_DESC?=	TPS transform computation via Armadillo
 ASIO_DESC?=		Asynchronous I/O support
-ASLR_DESC?=		Enable ASLR support
+ASLR_DESC?=		Enable Address Space Layout Randomization support
 ASM_DESC?=		Use optimized assembly code
 ASPELL_DESC?=		Spell checking support via GNU Aspell
 ASSERT_DESC?=		Enable debug assertions