diff options
author | 2003-10-23 18:33:52 +0000 | |
---|---|---|
committer | 2003-10-23 18:33:52 +0000 | |
commit | b49f4f078e1be29268fbed0466eafd0feebb962a (patch) | |
tree | a5b20c4ca65e444ea454963da546b83c731caa6c | |
parent | - delay reading the disklabel for floppies until after we're sure it's (diff) | |
download | wireguard-openbsd-b49f4f078e1be29268fbed0466eafd0feebb962a.tar.xz wireguard-openbsd-b49f4f078e1be29268fbed0466eafd0feebb962a.zip |
Maybe fixing typos will unbore me.
-rw-r--r-- | sys/arch/hppa/hppa/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c index 57a75e8f2b2..d1338be0036 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.68 2003/08/07 05:19:57 mickey Exp $ */ +/* $OpenBSD: trap.c,v 1.69 2003/10/23 18:33:52 miod Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -566,7 +566,7 @@ syscall(struct trapframe *frame) * of the arguments on the stack. * this assumes that none of 'em are called * by their normal syscall number, maybe a regress - * test should be used, to whatch the behaviour. + * test should be used, to watch the behaviour. */ if (!error && argoff < 4) { int t; |