diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-12 19:42:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-12 19:42:48 +0000 |
commit | e4dbc20371674d567af5bb7c484e000fd69515da (patch) | |
tree | d27a02ba321a9862a1f3bb65ce1f58ddfd676c0f | |
parent | 565ada34d48e760bb81666ecddbd3c67eeffe4e1 (diff) |
typo
-rw-r--r-- | sys/arch/hppa/dev/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/clock.c b/sys/arch/hppa/dev/clock.c index 27fc71bee97..659512160cc 100644 --- a/sys/arch/hppa/dev/clock.c +++ b/sys/arch/hppa/dev/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.19 2003/10/15 18:54:55 mickey Exp $ */ +/* $OpenBSD: clock.c,v 1.20 2003/12/12 19:42:47 deraadt Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -112,7 +112,7 @@ resettodr() if ((error = pdc_call((iodcio_t)pdc, 1, PDC_TOD, PDC_TOD_WRITE, time.tv_sec, time.tv_usec))) - printf("clock: failed to save (%d)\n"); + printf("clock: failed to save (%d)\n", error); } void |