Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/amd64 typo



details:   https://anonhg.NetBSD.org/src/rev/5e812931f12c
branches:  trunk
changeset: 831503:5e812931f12c
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Mon Apr 02 22:29:33 2018 +0000

description:
typo

diffstat:

 sys/arch/amd64/amd64/spl.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f5b2eb601dc7 -r 5e812931f12c sys/arch/amd64/amd64/spl.S
--- a/sys/arch/amd64/amd64/spl.S        Mon Apr 02 20:57:18 2018 +0000
+++ b/sys/arch/amd64/amd64/spl.S        Mon Apr 02 22:29:33 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: spl.S,v 1.32 2018/04/02 20:54:47 christos Exp $        */
+/*     $NetBSD: spl.S,v 1.33 2018/04/02 22:29:33 mlelstv Exp $ */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -311,7 +311,7 @@
        popq    %r13
        popq    %rbx
        ret
-ITDVEC_END(spllower)
+IDTVEC_END(spllower)
 
 /*
  * void Xdoreti(void);



Home | Main Index | Thread Index | Old Index