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: 27152 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