diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-11 13:30:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-11 13:30:45 +0000 |
commit | 973dea1f2e92cac0a5b97b5eca9ad9899bd2a006 (patch) | |
tree | c497c9a741da22214381b255805d621ff0f67e04 /sys | |
parent | 0bdbbef1fe411afaf7b4752180b3871083102918 (diff) |
Typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme88k/include/mvme188.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/mvme188.h b/sys/arch/mvme88k/include/mvme188.h index 73a134147e2..6920d30d8ca 100644 --- a/sys/arch/mvme88k/include/mvme188.h +++ b/sys/arch/mvme88k/include/mvme188.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mvme188.h,v 1.26 2006/04/27 20:19:31 miod Exp $ */ +/* $OpenBSD: mvme188.h,v 1.27 2006/06/11 13:30:44 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -141,7 +141,7 @@ #define IST_STRING "\20" \ "\40ABRT\37ACF\36ARBTO\35DTI\34SWI7\33SWI6\32SWI5\31SWI4" \ "\30IRQ7\26CIOI\25SF\24IRQ6\22DI\21SIGHPI" \ - "\17IRQ5\15IRQ4\13IRQ3\11LWI" \ + "\17IRQ5\15IRQ4\13IRQ3\11LMI" \ "\10SIGLPI\7IRQ2\5IRQ1\4SWI3\3SWI2\2SWI1\1SWI0" /* groups by function */ |