summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-08-29 21:09:30 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-08-29 21:09:30 +0000
commit747e2b436143d80406e21f647f7ba9837f73a173 (patch)
tree5d5585d595c8a06607ea8cf9d15c67a361e6cf1c /sysdeps
parentbfb826224b971666d5e9f9ce3b04c1cfbf839258 (diff)
*** empty log message ***
* sysdeps/mach/hurd/setitimer.c (setitimer_locked): Correct spelling error of _hurd_itimerval.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/setitimer.c2
1 files changed, 1 insertions, 1 deletions
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;