From 6273afbfb52479618788af647f8703310716faa5 Mon Sep 17 00:00:00 2001 From: andrew Date: Sun, 27 Jun 1993 05:54:40 +0000 Subject: [PATCH] Fixed typo. --- sys/arch/i386/i386/trap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/i386/trap.c b/sys/arch/i386/i386/trap.c index 1beb6022ef8b..113734d00fb7 100644 --- a/sys/arch/i386/i386/trap.c +++ b/sys/arch/i386/i386/trap.c @@ -34,11 +34,11 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.8 1993/06/18 02:03:45 brezak Exp $ + * $Id: trap.c,v 1.9 1993/06/27 05:54:40 andrew Exp $ */ /* - * 386 Trap and System call handleing + * 386 Trap and System call handling */ #include "npx.h"