From e4dbc20371674d567af5bb7c484e000fd69515da Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 12 Dec 2003 19:42:48 +0000 Subject: typo --- sys/arch/hppa/dev/clock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 -- cgit v1.2.3