Bug 124977

Summary: fix comment in 5 files in libpthread
Product: [Fedora] Fedora Reporter: Bob Cook <bobcook47>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 2Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-30 11:24:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bob Cook 2004-06-01 18:54:17 UTC
Description of problem: comments use the word "single" in 5 source
files for the word "signal".  Actually, "flag" might be a better term
as "signal" has other meanings in OS.


Version-Release number of selected component (if applicable): 2.3.3


How reproducible: look at source files or grep "single" in nptl/*.c
libc/nptl/pthread_mutexattr_getpshared.c
libc/nptl/pthread_mutexattr_gettype.c
libc/nptl/pthread_mutexattr_init.c
libc/nptl/pthread_mutexattr_setpshared.c
libc/nptl/pthread_mutexattr_settype.c

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ulrich Drepper 2004-09-30 11:24:56 UTC
Already in the upstream glibc (and shortly afterward in rawhide) since
2004-6-11.