From 63acb96f92473ceb5e21d873d7c0aee266b3d6d3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 21 Jan 2023 00:15:01 -0600 Subject: [PATCH] Fix config.sub spelling typo for "athlon" This typo was introduced in commit fc14426403b6106981d2b3a4666835df29203043 dated Tue Aug 28 09:59:08 2018 +1000. --- config.sub | 4 ++-- doc/config.sub.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.sub b/config.sub index d6731d6..de4259e 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2023-01-01' +timestamp='2023-01-21' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1075,7 +1075,7 @@ case $cpu-$vendor in pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) cpu=i586 ;; - pentiumpro-* | p6-* | 6x86-* | athlon-* | athalon_*-*) + pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*) cpu=i686 ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) diff --git a/doc/config.sub.1 b/doc/config.sub.1 index 0c0745e..dec00ed 100644 --- a/doc/config.sub.1 +++ b/doc/config.sub.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. -.TH CONFIG.SUB "1" "January 2023" "GNU config.sub (2023-01-01)" "User Commands" +.TH CONFIG.SUB "1" "January 2023" "GNU config.sub (2023-01-21)" "User Commands" .SH NAME config.sub \- validate and canonicalize a configuration triplet .SH SYNOPSIS