From owner-svn-src-all@freebsd.org Sat Jul 14 19:35:42 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F53103B3F3; Sat, 14 Jul 2018 19:35:42 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CBFB860AB; Sat, 14 Jul 2018 19:35:42 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F8A72354F; Sat, 14 Jul 2018 19:35:42 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6EJZgtI018294; Sat, 14 Jul 2018 19:35:42 GMT (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6EJZgc0018293; Sat, 14 Jul 2018 19:35:42 GMT (envelope-from alc@FreeBSD.org) Message-Id: <201807141935.w6EJZgc0018293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: alc set sender to alc@FreeBSD.org using -f From: Alan Cox Date: Sat, 14 Jul 2018 19:35:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336290 - head/sys/i386/include X-SVN-Group: head X-SVN-Commit-Author: alc X-SVN-Commit-Paths: head/sys/i386/include X-SVN-Commit-Revision: 336290 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2018 19:35:43 -0000 Author: alc Date: Sat Jul 14 19:35:41 2018 New Revision: 336290 URL: https://svnweb.freebsd.org/changeset/base/336290 Log: Correct some typos. Reviewed by: kib Modified: head/sys/i386/include/vmparam.h Modified: head/sys/i386/include/vmparam.h ============================================================================== --- head/sys/i386/include/vmparam.h Sat Jul 14 17:21:16 2018 (r336289) +++ head/sys/i386/include/vmparam.h Sat Jul 14 19:35:41 2018 (r336290) @@ -175,12 +175,12 @@ * * 0x00000000 - 0x003fffff Transient identity map of low memory (0-4M), * normally disabled to catch NULL derefs. - * 0x00400000 - 0x007fffff Fixed mapping of the low memory (0-4M). + * 0x00400000 - 0x007fffff Fixed mapping of the low memory (4-8M). * 0x00800000 - 0xffbfffff KERNBASE (VA) == KERNLOAD (PA), kernel * text + data and all kernel maps. Managed * by MI VM. * 0xffc00000 - 0xffdfffff Recursive kernel page table mapping, pointed - * to by PTmap. PTD[] recusively points + * to by PTmap. PTD[] recursively points * into PTmap. * 0xffe00000 - 0xffffffff Kernel/User mode shared PDE, contains GDT, * IDT, TSS, LDT, trampoline code and stacks.