diff options
author | brucec <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2011-02-21 09:01:34 +0000 |
commit | 6d9b42b4862ca331b22065d875de9cad9da72658 (patch) | |
tree | 1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/i386 | |
parent | 879ce9c16d5491279b3bcbf139b4b4a967fb3fab (diff) | |
download | FreeBSD-src-6d9b42b4862ca331b22065d875de9cad9da72658.zip FreeBSD-src-6d9b42b4862ca331b22065d875de9cad9da72658.tar.gz |
Fix typos - remove duplicate "the".
PR: bin/154928
Submitted by: Eitan Adler <lists at eitanadler.com>
MFC after: 3 days
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 9fede68..3752679 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -255,7 +255,7 @@ trap(struct trapframe *frame) * A trap can occur while DTrace executes a probe. Before * executing the probe, DTrace blocks re-scheduling and sets * a flag in it's per-cpu flags to indicate that it doesn't - * want to fault. On returning from the the probe, the no-fault + * want to fault. On returning from the probe, the no-fault * flag is cleared and finally re-scheduling is enabled. * * If the DTrace kernel module has registered a trap handler, |