From patchwork Wed Oct 31 08:17:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 29974 Received: (qmail 82658 invoked by alias); 31 Oct 2018 08:18:02 -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 82610 invoked by uid 89); 31 Oct 2018 08:18:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy=died, HContent-Transfer-Encoding:8bit X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: Fix build Date: Wed, 31 Oct 2018 09:17:56 +0100 Message-Id: <20181031081756.21250-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 * sysdeps/gnu/errlist.c (EIEIO): Fix comment marker. --- sysdeps/gnu/errlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index ccb9986f57..77577bf3e1 100644 --- a/sysdeps/gnu/errlist.c +++ b/sysdeps/gnu/errlist.c @@ -974,7 +974,7 @@ TRANS You did @strong{what}? */ #endif #ifdef EIEIO /* -TRANS Go home and have a glass of warm, dairy-fresh milk. */ +TRANS Go home and have a glass of warm, dairy-fresh milk. TRANS @c Okay. Since you are dying to know, I'll tell you. TRANS @c This is a joke, obviously. There is a children's song which begins, TRANS @c "Old McDonald had a farm, e-i-e-i-o." Every time I see the (real) @@ -987,7 +987,7 @@ TRANS @c TRANS @c "bought the farm" means "died". -jtobey TRANS @c TRANS @c Translators, please do not translate this litteraly, translate it into -TRANS @c an idiomatic funny way of saying that the computer died. +TRANS @c an idiomatic funny way of saying that the computer died. */ [ERR_REMAP (EIEIO)] = N_("Computer bought the farm"), # if EIEIO > ERR_MAX # undef ERR_MAX