diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-08-23 20:47:30 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 20:47:30 +1200 |
commit | 60473e7274525c78376063be05fdf673157e0388 (patch) | |
tree | eb1820f5b6097b5fd1ca473f8efe71c956a401f9 /packages/glibc | |
parent | df4e432a0bf27d4094e251ea7a8ca454fc8f5fc1 (diff) | |
parent | 05ec3693917a7c1c8731d733b36238851bc74ac3 (diff) | |
download | crosstool-ng-60473e7274525c78376063be05fdf673157e0388.tar.gz crosstool-ng-60473e7274525c78376063be05fdf673157e0388.tar.bz2 crosstool-ng-60473e7274525c78376063be05fdf673157e0388.zip |
Merge pull request #1362 from cpackham/patch-1
glibc: Fix typo in package.desc
Diffstat (limited to 'packages/glibc')
-rw-r--r-- | packages/glibc/package.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glibc/package.desc b/packages/glibc/package.desc index 6b722a7b..eba5f005 100644 --- a/packages/glibc/package.desc +++ b/packages/glibc/package.desc @@ -1,7 +1,7 @@ origin='GNU' repository='git git://sourceware.org/git/glibc.git' mirrors='$(CT_Mirrors GNU glibc)' -# Cannot use MAJOR.MINOR as the releant part because of 2.12: 2.12.2 was the most recent +# Cannot use MAJOR.MINOR as the relevant part because of 2.12: 2.12.2 was the most recent # bugfix release, but it didn't have glibc-ports released alongside it. milestones='2.14 2.17 2.20 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30' archive_formats='.tar.xz .tar.bz2 .tar.gz' |