summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/est.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/est.c b/sys/arch/amd64/amd64/est.c
index 3794db03758..7f54997c322 100644
--- a/sys/arch/amd64/amd64/est.c
+++ b/sys/arch/amd64/amd64/est.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: est.c,v 1.10 2009/02/24 19:32:37 deraadt Exp $ */
+/* $OpenBSD: est.c,v 1.11 2009/04/23 07:30:03 jsg Exp $ */
/*
* Copyright (c) 2003 Michael Eriksson.
* All rights reserved.
@@ -207,7 +207,7 @@ p3_get_bus_clock(struct cpu_info *ci)
}
break;
default:
- printf("%s: unknown i686 model 0x%x, can't get bus clock",
+ printf("%s: unknown i686 model 0x%x, can't get bus clock\n",
ci->ci_dev->dv_xname, ci->ci_model);
}
}