diff options
author | 2006-06-12 17:58:24 +0000 | |
---|---|---|
committer | 2006-06-12 17:58:24 +0000 | |
commit | 8f29ee704098dc685e08297fcb66c94d0be58eff (patch) | |
tree | 2157a94aeb847b112caa4ad011a768286a7c4a58 | |
parent | rework the list of supported devices to be a bit more terse. add a hp (diff) | |
download | wireguard-openbsd-8f29ee704098dc685e08297fcb66c94d0be58eff.tar.xz wireguard-openbsd-8f29ee704098dc685e08297fcb66c94d0be58eff.zip |
Oops, typo
-rw-r--r-- | sys/arch/m68k/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h index 31a9b77a19d..792b7a653e9 100644 --- a/sys/arch/m68k/include/param.h +++ b/sys/arch/m68k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.19 2006/06/11 20:48:13 miod Exp $ */ +/* $OpenBSD: param.h,v 1.20 2006/06/12 17:58:24 miod Exp $ */ /* $NetBSD: param.h,v 1.2 1997/06/10 18:21:23 veego Exp $ */ /* @@ -89,7 +89,7 @@ #define SEGSHIFT SEGSHIFT040 #endif #else -#define SEGSHIFT SEGSHOFT020 +#define SEGSHIFT SEGSHIFT020 #endif #define NBSEG (1 << SEGSHIFT) #define SEGOFSET (NBSEG - 1) |