From a1e3439457bf8a89e3e52c17fb5f788c736c2470 Mon Sep 17 00:00:00 2001 From: Thomas Nordin Date: Mon, 10 Jun 2002 11:11:23 +0000 Subject: Grammar. --- sys/kern/subr_prof.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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(). */ -- cgit v1.2.3