summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/trap.c2
-rw-r--r--sys/i386/i386/trap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c
index 504fdde..7752b59 100644
--- a/sys/amd64/amd64/trap.c
+++ b/sys/amd64/amd64/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 */
diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c
index 504fdde..7752b59 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 */
OpenPOWER on IntegriCloud