From patchwork Tue May 8 13:01:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 910178 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-92199-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="LpvH5Cp2"; 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 40gKQp1SF2z9s2k for ; Tue, 8 May 2018 23:02:41 +1000 (AEST) 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:mime-version :content-type; q=dns; s=default; b=maNfn45Q/3KkVNUcjA+rCSo527Bm1 ZGqFTh57MyS+bAThvtCIFImXAcwgIlax69j13nBDM2tMBYr+exPB8DAoMvYK5AsG eXkjrM/5g2wcuUnF91meHAwJPpmgAvGP7KlWw7IhL4WsgShLjtb+hTsjyBsMqNmU aBDN1dOq1qo6zo= 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:mime-version :content-type; s=default; bh=o/eV0XQ2Y73vwmR4BGeZcLKE5Es=; b=Lpv H5Cp2dQIzjTg05+F/LIAHu8oRPIyiHtc3RzMejYefBjLgjEoVNIdQDrcyLJK0yFw 6kwOAGYGvJOwtJYrevLenoX+nnsOxmXuCYgaHwrZazX6jGzXXux1BjL90oVwRmJD gHS1UJNR7uCmWrlOq/Xkr2meYbaTpF2wk41UlSE0= Received: (qmail 88937 invoked by alias); 8 May 2018 13:01:17 -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 88833 invoked by uid 89); 8 May 2018 13:01:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx2.suse.de From: Andreas Schwab To: libc-alpha@sourceware.org Subject: [PATCH] Fix comment typo X-Yow: YOU PICKED KARL MALDEN'S NOSE!! Date: Tue, 08 May 2018 15:01:13 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Committed. * sysdeps/nptl/internaltypes.h: Fix comment. diff --git a/sysdeps/nptl/internaltypes.h b/sysdeps/nptl/internaltypes.h index b29239b1dc..b78ad99a88 100644 --- a/sysdeps/nptl/internaltypes.h +++ b/sysdeps/nptl/internaltypes.h @@ -140,7 +140,7 @@ struct pthread_key_struct struct new_sem { #if __HAVE_64B_ATOMICS - /* The data field holds both value (in the least-significant 32 bytes) and + /* The data field holds both value (in the least-significant 32 bits) and nwaiters. */ # if __BYTE_ORDER == __LITTLE_ENDIAN # define SEM_VALUE_OFFSET 0