summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r--sys/kern/subr_prof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index ff8160908a5..d4e13a9b17b 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_prof.c,v 1.10 2002/06/07 21:20:02 art Exp $ */
+/* $OpenBSD: subr_prof.c,v 1.11 2002/06/10 11:11:22 nordin Exp $ */
/* $NetBSD: subr_prof.c,v 1.12 1996/04/22 01:38:50 christos Exp $ */
/*-
@@ -198,7 +198,7 @@ sys_profil(p, v, retval)
/*
* Collect user-level profiling statistics; called on a profiling tick,
* when a process is running in user-mode. This routine may be called
- * from an interrupt context. Schedule and AST that will vector us to
+ * from an interrupt context. Schedule an AST that will vector us to
* trap() with a context in which copyin and copyout will work.
* Trap will then call addupc_task().
*/