diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-07 18:43:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-07 18:43:26 +0000 |
commit | bb948114587521fba5b5e397863639e21c6a4878 (patch) | |
tree | 29a0324a908004d64558e69c6ebd0d3fe304f972 /sys/arch/hppa | |
parent | ebf88bbd519994efcee6367578c7311789f40dd2 (diff) |
the the; from rohee@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/locore.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/locore.S b/sys/arch/hppa/hppa/locore.S index 13f5f5ef8fe..82f46aeb661 100644 --- a/sys/arch/hppa/hppa/locore.S +++ b/sys/arch/hppa/hppa/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.118 2003/10/16 03:45:07 mickey Exp $ */ +/* $OpenBSD: locore.S,v 1.119 2003/11/07 18:43:25 mickey Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -2761,7 +2761,7 @@ link_ok copy arg1, t2 /* * Either we must be switching to the same process, or - * the the new process' kernel stack must be reasonable. + * the new process' kernel stack must be reasonable. */ comb,=,n arg1, arg2, kstack_ok ldw P_MD_REGS(arg1), t1 |