From patchwork Wed Jan 24 12:32:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Klauser X-Patchwork-Id: 25494 Received: (qmail 121217 invoked by alias); 24 Jan 2018 12:32:56 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 121208 invoked by uid 89); 24 Jan 2018 12:32:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: sym2.noone.org From: Tobias Klauser To: libc-alpha@sourceware.org Subject: [PATCH] nios2: Fix spelling of "Auxilliary." Date: Wed, 24 Jan 2018 13:32:52 +0100 Message-Id: <1516797172-27566-1-git-send-email-tklauser@distanz.ch> Changelog: * sysdeps/nios2/start.S: Fix spelling. --- sysdeps/nios2/start.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysdeps/nios2/start.S b/sysdeps/nios2/start.S index fa224ef75c0b..fa324a44beff 100644 --- a/sysdeps/nios2/start.S +++ b/sysdeps/nios2/start.S @@ -46,8 +46,8 @@ Unspecified High Addresses Referenced strings, etc. Varies Unspecified - Null auxilliary vector entry 4bytes - Auxilliary vector entries 8bytes each + Null auxiliary vector entry 4bytes + Auxiliary vector entries 8bytes each NULL terminator for envp 4bytes Environment pointers sp+8+4*argc 4bytes each NULL terminator for argv sp+4+4*argc 4bytes @@ -61,7 +61,7 @@ The contents of all other registers are unspecified. User code should set fp to zero to mark the end of the frame chain. - The auxilliary vector is a series of pairs of 32-bit tag and 32-bit + The auxiliary vector is a series of pairs of 32-bit tag and 32-bit value, terminated by an AT_NULL tag. */