diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-03-01 22:41:10 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-03-01 22:41:10 +0000 |
commit | be3220b1102911f1d8667d56a33e0035e1292a93 (patch) | |
tree | 17f508e942ba911f875fb7bd40726c75f2365a50 /sys | |
parent | 0256a40533d04c2ccdfc63a6aee436c6ae0ba94b (diff) |
- properly spell 'exception' in comments
- properly spell 'usefulness'
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/m68k/fpsp/gen_except.sa | 4 | ||||
-rw-r--r-- | sys/arch/mips64/include/rm7000.h | 4 | ||||
-rw-r--r-- | sys/ntfs/TODO | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/m68k/fpsp/gen_except.sa b/sys/arch/m68k/fpsp/gen_except.sa index f7246935a00..5a4c451e368 100644 --- a/sys/arch/m68k/fpsp/gen_except.sa +++ b/sys/arch/m68k/fpsp/gen_except.sa @@ -1,4 +1,4 @@ -* $OpenBSD: gen_except.sa,v 1.2 1996/05/29 21:05:29 niklas Exp $ +* $OpenBSD: gen_except.sa,v 1.3 2010/03/01 22:41:09 jasper Exp $ * $NetBSD: gen_except.sa,v 1.3 1994/10/26 07:49:07 cgd Exp $ * MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP @@ -322,7 +322,7 @@ loop1: move.b #BUSY_SIZE-4,1(a7) ;write busy fmt word. busy_fr: move.l FP_SCR1(a6),WBTEMP_EX(a6) ;write - move.l FP_SCR1+4(a6),WBTEMP_HI(a6) ;execptional op to + move.l FP_SCR1+4(a6),WBTEMP_HI(a6) ;exceptional op to move.l FP_SCR1+8(a6),WBTEMP_LO(a6) ;wbtemp bset.b #E3,E_BYTE(a6) ;set E3 flag bclr.b #E1,E_BYTE(a6) ;make sure E1 is clear diff --git a/sys/arch/mips64/include/rm7000.h b/sys/arch/mips64/include/rm7000.h index 0d7eccbb332..cdf9318abc5 100644 --- a/sys/arch/mips64/include/rm7000.h +++ b/sys/arch/mips64/include/rm7000.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rm7000.h,v 1.2 2005/01/31 21:35:49 grange Exp $ */ +/* $OpenBSD: rm7000.h,v 1.3 2010/03/01 22:41:09 jasper Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -60,7 +60,7 @@ #define PCNT_SRC_PRIWBACK 0x14 /* Primary cache writebacks */ #define PCNT_SRC_DCSTALL 0x15 /* Dcache miss stall cycles */ #define PCNT_SRC_MISS 0x16 /* Cache misses */ -#define PCNT_SRC_FPEXC 0x17 /* FP possible execption cycles */ +#define PCNT_SRC_FPEXC 0x17 /* FP possible exception cycles */ #define PCNT_SRC_MULSLIP 0x18 /* Slip cycles due to mult. busy */ #define PCNT_SRC_CP0SLIP 0x19 /* CP0 Slip cycles */ #define PCNT_SRC_LDSLIP 0x1a /* Slip cycles due to pend. non-b ld */ diff --git a/sys/ntfs/TODO b/sys/ntfs/TODO index c508892fb78..9aeb93c5526 100644 --- a/sys/ntfs/TODO +++ b/sys/ntfs/TODO @@ -1,4 +1,4 @@ -$OpenBSD: TODO,v 1.4 2006/01/13 22:28:36 miod Exp $ +$OpenBSD: TODO,v 1.5 2010/03/01 22:41:09 jasper Exp $ $NetBSD: TODO,v 1.1 2002/12/23 17:38:31 jdolecek Exp $ - convert the code to do caching in buffer cache indexed by @@ -35,4 +35,4 @@ $NetBSD: TODO,v 1.1 2002/12/23 17:38:31 jdolecek Exp $ - write necessary bits to support NTFS in libsa -- NTFS ACL support (though usefullness of such feature is arguable) +- NTFS ACL support (though usefulness of such feature is arguable) |