diff options
author | Sam James <sam@gentoo.org> | 2022-03-06 02:08:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-06 02:08:17 +0000 |
commit | 82b44f1d6efa18a9339e69a8f12ea1603ec8b48b (patch) | |
tree | 5820a98d9e02d5f2a75bd0e6632face6396136c3 /crossdev | |
parent | crossdev: use package.use.{mask,force} for pie/ssp (diff) | |
download | crossdev-82b44f1d6efa18a9339e69a8f12ea1603ec8b48b.tar.gz crossdev-82b44f1d6efa18a9339e69a8f12ea1603ec8b48b.tar.bz2 crossdev-82b44f1d6efa18a9339e69a8f12ea1603ec8b48b.zip |
crossdev: fix typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'crossdev')
-rwxr-xr-x | crossdev | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -898,7 +898,7 @@ for with in HEADERS ; do done # ::gentoo has no stable 'mingw64-runtime' or 'newlib'. -# Let's default to 'latest' unles suser specified something else. +# Let's default to 'latest' unless user specified something else. if [[ ${LPKG} == "mingw64-runtime" && ${LVER} == "[stable]" ]]; then LVER="[latest]" fi |