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: 865316 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-89452-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="d8SbVk9j"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zRPhZ2kPJz9ryk for ; Wed, 24 Jan 2018 23:33:02 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; q=dns; s= default; b=VTf4DLOXzV7vj3oLKiJvQ7Wl9HwGD0OHWqC+s26jl7OFebQL9siJY fBEMMLpG4uvNNql7Idl5UtLQCNzm5PMCDP10cl8S87EU4Frj1S4ULS0fzQiovZuf EEtT1m+VeTXzK6AYGVPA4J8TgAigNw6qitzRLFtnJHLIGxRuE1z4M4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; s=default; bh=TtivWAbFzMZA20bMfj2PWhL6LoM=; b=d8SbVk9jHB2rx9TPDw5tfVEx90v8 7P70HmWZy/L7qxOROyC/RaleS3ezPhuh6G0RvSYW00lpBh4V7BomV1ggoguXa+Xk 8vjFpju4PVyAO5xLfNdSiQ2oPN5yWL5tB9N/cY1yjXC8VkK+N5QS+l8GQT8oVKrc 6hb7hhDhAUVfMlk= 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. */