about summary refs log tree commit diff
path: root/time/time.h
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2012-08-25 18:32:23 +0200
committerMarek Polacek <polacek@redhat.com>2012-08-25 18:32:23 +0200
commit1f529f7d8456f09109a8e942581f89f10a901ed0 (patch)
tree1e8b082b02403cc639616b89dc0bb61237cc6af4 /time/time.h
parent59a629f121326093a3e7321e2ca66eb01921872f (diff)
downloadglibc-1f529f7d8456f09109a8e942581f89f10a901ed0.tar.gz
glibc-1f529f7d8456f09109a8e942581f89f10a901ed0.tar.xz
glibc-1f529f7d8456f09109a8e942581f89f10a901ed0.zip
Fix some typos in comments.
Diffstat (limited to 'time/time.h')
-rw-r--r--time/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/time.h b/time/time.h
index 17e580e595..dc350f77da 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;