This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-259-g1f529f7


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  1f529f7d8456f09109a8e942581f89f10a901ed0 (commit)
      from  59a629f121326093a3e7321e2ca66eb01921872f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1f529f7d8456f09109a8e942581f89f10a901ed0

commit 1f529f7d8456f09109a8e942581f89f10a901ed0
Author: Marek Polacek <polacek@redhat.com>
Date:   Sat Aug 25 18:32:23 2012 +0200

    Fix some typos in comments.

diff --git a/ChangeLog b/ChangeLog
index b54c140..b2f9620 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-25  Marek Polacek  <polacek@redhat.com>
+
+	* time/time.h: Fix some typos in comments.
+
 2012-08-23  Roland McGrath  <roland@hack.frob.com>
 
 	* posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
@@ -935,7 +939,7 @@
 
 2012-08-02  Marek Polacek  <polacek@redhat.com>
 
-	[BZ#14150]
+	[BZ# 14150]
 	* configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
 	libc_cv_asm_type_prefix with %.
 	* configure: Regenerated.
diff --git a/time/time.h b/time/time.h
index 17e580e..dc350f7 100644
--- a/time/time.h
+++ b/time/time.h
@@ -367,12 +367,12 @@ extern int timer_create (clockid_t __clock_id,
 /* Delete timer TIMERID.  */
 extern int timer_delete (timer_t __timerid) __THROW;
 
-/* Set timer TIMERID to VALUE, returning old value in OVLAUE.  */
+/* Set timer TIMERID to VALUE, returning old value in OVALUE.  */
 extern int timer_settime (timer_t __timerid, int __flags,
 			  const struct itimerspec *__restrict __value,
 			  struct itimerspec *__restrict __ovalue) __THROW;
 
-/* Get current value of timer TIMERID and store it in VLAUE.  */
+/* Get current value of timer TIMERID and store it in VALUE.  */
 extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
      __THROW;
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    6 +++++-
 time/time.h |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]