summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorThomas Nordin <nordin@cvs.openbsd.org>2002-06-10 11:11:23 +0000
committerThomas Nordin <nordin@cvs.openbsd.org>2002-06-10 11:11:23 +0000
commita1e3439457bf8a89e3e52c17fb5f788c736c2470 (patch)
tree41a18207186dec48adef3ffdbea1ff3a642335e3 /sys
parentad41294ed3db1be2d35e8d9d4c8ed098144a7955 (diff)
Grammar.
Diffstat (limited to 'sys')
-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().
*/