diff options
author | jhb <jhb@FreeBSD.org> | 2005-01-14 20:49:14 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2005-01-14 20:49:14 +0000 |
commit | 6100762d44816115c98d54d243e2cd930ca76df7 (patch) | |
tree | 139de5994e61f38367088d9bc807b45ba1886e37 /sys | |
parent | 94126d00b469ba36793edf36716e9baf2654e3a2 (diff) | |
download | FreeBSD-src-6100762d44816115c98d54d243e2cd930ca76df7.zip FreeBSD-src-6100762d44816115c98d54d243e2cd930ca76df7.tar.gz |
Remove an extraneous space.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/i386/vm_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 1b002dc..a879782 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -358,7 +358,7 @@ cpu_thread_setup(struct thread *td) /* * Initialize machine state (pcb and trap frame) for a new thread about to - * upcall. Pu t enough state in the new thread's PCB to get it to go back + * upcall. Put enough state in the new thread's PCB to get it to go back * userret(), where we can intercept it again to set the return (upcall) * Address and stack, along with those from upcals that are from other sources * such as those generated in thread_userret() itself. |