[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r20344 - in /fsf/trunk/libc: ChangeLog time/time.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r20344 - in /fsf/trunk/libc: ChangeLog time/time.h
- From: eglibc@xxxxxxxxxx
- Date: Sun, 26 Aug 2012 00:01:42 -0000
Author: eglibc
Date: Sun Aug 26 00:01:41 2012
New Revision: 20344
Log:
Import glibc-mainline for 2012-08-26
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/time/time.h
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sun Aug 26 00:01:41 2012
@@ -1,3 +1,7 @@
+2012-08-25 Marek Polacek <polacek@xxxxxxxxxx>
+
+ * time/time.h: Fix some typos in comments.
+
2012-08-23 Roland McGrath <roland@xxxxxxxxxxxxx>
* posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
@@ -935,7 +939,7 @@
2012-08-02 Marek Polacek <polacek@xxxxxxxxxx>
- [BZ#14150]
+ [BZ# 14150]
* configure.in (libc_cv_asm_type_prefix): Remove test. Replace
libc_cv_asm_type_prefix with %.
* configure: Regenerated.
Modified: fsf/trunk/libc/time/time.h
==============================================================================
--- fsf/trunk/libc/time/time.h (original)
+++ fsf/trunk/libc/time/time.h Sun Aug 26 00:01:41 2012
@@ -367,12 +367,12 @@
/* 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;
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits