OSDN Git Service

sparc/nptl: typo fixes
authorAustin Foxley <austinf@cetoncorp.com>
Wed, 17 Feb 2010 23:08:10 +0000 (15:08 -0800)
committerAustin Foxley <austinf@cetoncorp.com>
Wed, 17 Feb 2010 23:08:10 +0000 (15:08 -0800)
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c

index b6df6dc..1e4f544 100644 (file)
@@ -7,7 +7,7 @@
 
 libpthread_SSRC = pt-vfork.S clone.S
 libpthread_CSRC = pthread_once.c lowlevellock.c \
-                                 pthred_barrier_init.c pthread_barrier_wait.c pthread_barrier_destroy.c
+                                 pthread_barrier_init.c pthread_barrier_wait.c pthread_barrier_destroy.c
 
 libc_a_CSRC = fork.c libc-lowlevellock.c
 libc_a_SSRC = clone.S vfork.S
index 6ca4727..8182f1c 100644 (file)
@@ -24,7 +24,7 @@
 int
 pthread_barrier_init (
      pthread_barrier_t *barrier,
-     const pthread_barrierattr_t *attrm,
+     const pthread_barrierattr_t *attr,
      unsigned int count)
 {
   union sparc_pthread_barrier *ibarrier;