Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/common fix typo



details:   https://anonhg.NetBSD.org/src/rev/66795d63fd29
branches:  trunk
changeset: 938241:66795d63fd29
user:      maya <maya%NetBSD.org@localhost>
date:      Sat Sep 05 04:11:10 2020 +0000

description:
fix typo

diffstat:

 sys/arch/alpha/common/sgmapvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba36836546a7 -r 66795d63fd29 sys/arch/alpha/common/sgmapvar.h
--- a/sys/arch/alpha/common/sgmapvar.h  Sat Sep 05 03:47:16 2020 +0000
+++ b/sys/arch/alpha/common/sgmapvar.h  Sat Sep 05 04:11:10 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sgmapvar.h,v 1.18 2020/09/05 03:47:16 thorpej Exp $ */
+/* $NetBSD: sgmapvar.h,v 1.19 2020/09/05 04:11:10 maya Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
  * of it on its own.
  *
  * [*] While the page table is a `global' resource, access to it is
- * controlled by the arenaa; once a region has been allocated from
+ * controlled by the arena; once a region has been allocated from
  * the arena, that region is effectively `locked'.
  */
 struct alpha_sgmap {



Home | Main Index | Thread Index | Old Index