Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/include Improve a comment



details:   https://anonhg.NetBSD.org/src/rev/844a7bcf43d6
branches:  trunk
changeset: 950782:844a7bcf43d6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jan 31 08:14:58 2021 +0000

description:
Improve a comment

diffstat:

 sys/arch/aarch64/include/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4a98a4caf2b8 -r 844a7bcf43d6 sys/arch/aarch64/include/pmap.h
--- a/sys/arch/aarch64/include/pmap.h   Sun Jan 31 08:07:25 2021 +0000
+++ b/sys/arch/aarch64/include/pmap.h   Sun Jan 31 08:14:58 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.44 2021/01/31 04:51:29 ryo Exp $ */
+/* $NetBSD: pmap.h,v 1.45 2021/01/31 08:14:58 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -255,7 +255,7 @@
        u_int nflag, pflag;
 
        /*
-        * aarch64 arch has 5 memory attribute:
+        * aarch64 arch has 5 memory attributes defined:
         *
         *  WriteBack      - write back cache
         *  WriteThru      - write through cache



Home | Main Index | Thread Index | Old Index