From 747e2b436143d80406e21f647f7ba9837f73a173 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Thu, 29 Aug 1996 21:09:30 +0000 Subject: *** empty log message *** * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Correct spelling error of _hurd_itimerval. --- sysdeps/mach/hurd/setitimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/setitimer.c') diff --git a/sysdeps/mach/hurd/setitimer.c b/sysdeps/mach/hurd/setitimer.c index 479b3273c3..0b2ace3f4c 100644 --- a/sysdeps/mach/hurd/setitimer.c +++ b/sysdeps/mach/hurd/setitimer.c @@ -159,7 +159,7 @@ setitimer_locked (const struct itimerval *new, struct itimerval *old, /* Just return the current value in OLD without changing anything. This is what BSD does, even though it's not documented. */ if (old) - *old = _hurd_itemerval; + *old = _hurd_itimerval; spin_unlock (&_hurd_itimer_lock); _hurd_critical_section_unlock (crit); return 0; -- cgit v1.2.3