diff options
author | jake <jake@FreeBSD.org> | 2002-02-23 01:42:13 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-02-23 01:42:13 +0000 |
commit | b27e79327ddf685a74bc7a5333807c84100f0017 (patch) | |
tree | e73f7427e18f632460534ea41408d9b4f2b46d2c /sys/kern/subr_trap.c | |
parent | 1274d3e062a657fe85f0cd0d4131702058007f7b (diff) | |
download | FreeBSD-src-b27e79327ddf685a74bc7a5333807c84100f0017.zip FreeBSD-src-b27e79327ddf685a74bc7a5333807c84100f0017.tar.gz |
Make this compile.
Pointy hat to: julian
Diffstat (limited to 'sys/kern/subr_trap.c')
-rw-r--r-- | sys/kern/subr_trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index cefce4e..4f18b28 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -177,7 +177,7 @@ ast(framep) * DIAGNOSTIC is not defined we don't bother with * making it NULL, and just leave it in place. * (don't remove this comment without removing the pointers - * to it in sys/proc.h, */*/trap.c, kern/kern_fork.c and here.) + * to it in sys/proc.h, trap.c, kern/kern_fork.c and here.) */ if (td->td_ucred) panic("ast:thread got a cred before reaching AST"); |