summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorJason Peel <jsyn@cvs.openbsd.org>2002-07-10 20:30:16 +0000
committerJason Peel <jsyn@cvs.openbsd.org>2002-07-10 20:30:16 +0000
commitbea15f9ce66ce449773875180b92d69cfc685f74 (patch)
tree7ce3501e45ee4c02b9d8e894e35fc385e0b51867 /sys/arch/mac68k
parentaf55ea6d8d0faa8e558acc4948995dcc65aec1f5 (diff)
'sez' is not an english word; ok deraadt@
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/mac68k/pramasm.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/mac68k/pramasm.s b/sys/arch/mac68k/mac68k/pramasm.s
index 62f36158df1..059c2e05586 100644
--- a/sys/arch/mac68k/mac68k/pramasm.s
+++ b/sys/arch/mac68k/mac68k/pramasm.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: pramasm.s,v 1.4 1997/04/14 18:48:08 gene Exp $ */
+/* $OpenBSD: pramasm.s,v 1.5 2002/07/10 20:30:14 jsyn Exp $ */
/* $NetBSD: pramasm.s,v 1.4 1995/09/28 03:15:54 briggs Exp $ */
/*
@@ -254,7 +254,7 @@ gotTime:
| time bytes!!!
movel #0x00d50035,d1 | we have to set the write protect bit
| so the clock doesn't run down !
- bsr _Transfer | (so sezs Apple...)
+ bsr _Transfer | (so says Apple...)
moveml sp@+, #0x033e | restore our regs
rts | and return to caller
@@ -274,7 +274,7 @@ putSecb:
dbf d4,putSecb | any more bytes to put ?
movel #0x00d50035,d1 | we have to set the write protect bit
| so the clock doesn't run down !
- bsr _Transfer | (so sezs Apple...)
+ bsr _Transfer | (so says Apple...)
moveml sp@+, #0x031e | restore our regs
rts | and return to caller
@@ -349,7 +349,7 @@ tagain:
| thanks to the oriw #$3880 above !!!)
dbf d4,tagain | repeat until we've got all we want
movel #0x00d50035,d1 | remember that command to write the wp byte ?
- | set the high bit in the wp reg (Apple sezs
+ | set the high bit in the wp reg (Apple says
| this way the battery won't wear down !! )
bsr _Transfer | so we'll play by the rules
moveml sp@+, #0x031f | restore all our registers