From patchwork Tue Oct 29 21:08:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 99794 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B06B33858429 for ; Tue, 29 Oct 2024 21:08:30 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from fencepost.gnu.org (fencepost.gnu.org [IPv6:2001:470:142:3::e]) by sourceware.org (Postfix) with ESMTPS id D73483858C98 for ; Tue, 29 Oct 2024 21:08:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D73483858C98 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D73483858C98 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::e ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1730236085; cv=none; b=wRrGvChGHWU3duPKtkqqNLSYWXQvvArf0pzyQpymDDK69xze6/9Z7xB/Ex/Gbv04KiCKjKDqNzS7erK7AiUnZz9IClKjz5b5/ItRbl3lXsDwXMOWVzw+Mk0bfKWQgllz68V0oJXp4cNoOf9sbmGlgDdm7nDQvGvha+cjkcCkmJs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1730236085; c=relaxed/simple; bh=GSQfnwfkhBGu4aDiOuA9jTmQ0xIU/9S5TIn4WxNkgps=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=IHesNPi1lJPwXSjLoufLLsQbnjCTQS71rV1sxOm3vSH8KhXRjKH6BUtVaoKeyLbcLhucrjWOVOZ3J8Fyiu90vCeF/jPjdoQ4+Kpfb7IRhGjQr8GFWhlTH6etfYfUJvgn1N0CWKbUqXSW9aWTOQe5PjFIc2G8XKlS9jYj4vUm4Uo= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Subject:To:From:Date:in-reply-to: references; bh=+Jlt39wNAJPIC+v1F7j0S4gzA0mBdPa01hx+v2Vq8ls=; b=L9dn2dPTgYrw+Z zdjYtyXAtr2zijMMscVewkhIeCzpaEzaJyunMtk8BdUzTi6Kpe591ItpaWw7JxgfqPF6GTZjP3q5f hsg/cD7+Cz5jxtLWcZ2u8H0wqyzHkejALFa6Zzt7tx+KY4Pr3ZdHV24vGC1Qu1gzGp88pCM4lBko4 TYylXgxDR+8K5le7C7OUIv2CqEiJhfMa0yk8MfLLg8azgufGtkxXWTdbIIjOxK5P1G/frXvOWAzwe AAdEjBzNZQgGmg1osrG+XrGnfjLr29OBuRAJde9wu6L7r9WuYgcWzrsZiKRat4aH/qMSMSa5Bp6A6 vQKoCx0v16pxSnI02Wjw==; Date: Tue, 29 Oct 2024 22:08:01 +0100 From: Samuel Thibault To: gcc-patches@gcc.gnu.org Subject: [PATCH] typos Message-ID: MIME-Version: 1.0 Content-Disposition: inline Organization: I am not organized X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces~patchwork=sourceware.org@gcc.gnu.org Changelog: * gcc/config/i386/t-freebsd64: Fix typo. * gcc/config/i386/t-gnu64: Fix typo. * gcc/config/i386/t-linux64: Fix typo. diff --git a/gcc/config/i386/t-freebsd64 b/gcc/config/i386/t-freebsd64 index 5e2cd3d2b6c..bd3a41c9516 100644 --- a/gcc/config/i386/t-freebsd64 +++ b/gcc/config/i386/t-freebsd64 @@ -18,7 +18,7 @@ # The 32-bit libraries are found in /usr/lib32 -# To support i386 and x86-64, the directory structrue +# To support i386 and x86-64, the directory structure # should be: # # /lib has x86-64 libraries. diff --git a/gcc/config/i386/t-gnu64 b/gcc/config/i386/t-gnu64 index 54b742a984e..d5f5540e1d4 100644 --- a/gcc/config/i386/t-gnu64 +++ b/gcc/config/i386/t-gnu64 @@ -23,7 +23,7 @@ # it doesn't tell anything about the 32bit libraries on those systems. Set # MULTILIB_OSDIRNAMES according to what is found on the target. -# To support i386, x86-64 and x32 libraries, the directory structrue +# To support i386, x86-64 and x32 libraries, the directory structure # should be: # # /lib has i386 libraries. diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64 index f9edc289e57..9a9d2199b14 100644 --- a/gcc/config/i386/t-linux64 +++ b/gcc/config/i386/t-linux64 @@ -23,7 +23,7 @@ # it doesn't tell anything about the 32bit libraries on those systems. Set # MULTILIB_OSDIRNAMES according to what is found on the target. -# To support i386, x86-64 and x32 libraries, the directory structrue +# To support i386, x86-64 and x32 libraries, the directory structure # should be: # # /lib has i386 libraries.