diff options
Diffstat (limited to 'package/perl-sys-mmap/Config.in')
-rw-r--r-- | package/perl-sys-mmap/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-sys-mmap/Config.in b/package/perl-sys-mmap/Config.in index 56725f2faa..989e6bf23d 100644 --- a/package/perl-sys-mmap/Config.in +++ b/package/perl-sys-mmap/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_SYS_MMAP bool "perl-sys-mmap" depends on !BR2_STATIC_LIBS help - uses mmap to map in a file as a Perl variable + uses mmap to map in a file as a Perl variable. https://metacpan.org/release/Sys-Mmap |