This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Typo in time/time.h
- From: Marek Polacek <polacek at redhat dot com>
- To: Hartmut Knaack <knaack dot h at gmx dot de>
- Cc: libc-alpha at sourceware dot org
- Date: Sat, 25 Aug 2012 18:34:16 +0200
- Subject: Re: Typo in time/time.h
- References: <5038F915.7020002@gmx.de>
On Sat, Aug 25, 2012 at 06:11:01PM +0200, Hartmut Knaack wrote:
> Hi,
> I just stepped over a typo in time/time.h. In line 370 it says:
>
> /* Set timer TIMERID to VALUE, returning old value in OVLAUE. */
>
> but it is supposed to be OVALUE instead of OVLAUE. Similar thing in line 375:
>
> /* Get current value of timer TIMERID and store it in VLAUE. */
>
> where it should also be VALUE instead of VLAUE.
Thanks, fixed.
Marek