diff options
| author | Andrew R. Reiter <arr@FreeBSD.org> | 2002-02-27 20:20:42 +0000 |
|---|---|---|
| committer | Andrew R. Reiter <arr@FreeBSD.org> | 2002-02-27 20:20:42 +0000 |
| commit | 4d59dcc5b65e075f2a4e7326be8ea7a6297cea8e (patch) | |
| tree | 725252a1d111a6a770197109694486857e59d5be /sys/i386 | |
| parent | ca9d2dbac900080e63fee9db9307451dc3801713 (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/i386/trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index 504fddec849d..7752b59494e4 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -257,7 +257,7 @@ trap(frame) td->td_frame = &frame; #ifdef DIAGNOSTIC /* see the comment in ast() */ if (td->td_ucred) - panic("trap:thread got a cred while userspace"); + panic("trap: thread got a cred while userspace"); td->td_ucred = td->td_ucred_cache; td->td_ucred_cache = NULL; #endif /* DIAGNOSTIC */ |
