]> sourceware.org Git - glibc.git/commitdiff
Fix some typos in comments.
authorMarek Polacek <polacek@redhat.com>
Sat, 25 Aug 2012 16:32:23 +0000 (18:32 +0200)
committerMarek Polacek <polacek@redhat.com>
Sat, 25 Aug 2012 16:32:23 +0000 (18:32 +0200)
ChangeLog
time/time.h

index b54c1405c901ce52f9e9552c4399cef714f8d15f..b2f9620c2be17e0e1b975318d46dc5e13368316c 100644 (file)
--- 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.
 
 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.
index 17e580e5954075aa5da5a52079578573dfbcc817..dc350f77da514cdd9dcc6f5304c8ddebc6e5f7bd 100644 (file)
@@ -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;
 
This page took 0.105529 seconds and 5 git commands to generate.