diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:15:06 +0000 |
commit | f219204e622c247bff69aac64de1942dc8bfaff3 (patch) | |
tree | 1528ee61cf79228f134a59c5fc149f8d67e9240a /sys/arch/mvme68k | |
parent | bfbcc49c92083563ea5a036a9aeb295fc495af8c (diff) |
spelling
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/mvme68k/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/locore.s b/sys/arch/mvme68k/mvme68k/locore.s index d44cbda8d1b..8c09877dd0a 100644 --- a/sys/arch/mvme68k/mvme68k/locore.s +++ b/sys/arch/mvme68k/mvme68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.29 2001/12/06 21:13:28 millert Exp $ */ +/* $OpenBSD: locore.s,v 1.30 2002/02/10 23:15:05 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -807,7 +807,7 @@ Lbe10: btst #8,d0 | data fault? jne Lbe10a movql #1,d0 | user program access FC - | (we dont seperate data/program) + | (we dont separate data/program) btst #5,a1@ | supervisor mode? jeq Lbe10a | if no, done movql #5,d0 | else supervisor program access |