Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Correct the spelling of preferred.



details:   https://anonhg.NetBSD.org/src/rev/090fe722a7a6
branches:  trunk
changeset: 949393:090fe722a7a6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 11 21:51:20 2021 +0000

description:
Correct the spelling of preferred.

diffstat:

 sys/sys/ras.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cd6482207616 -r 090fe722a7a6 sys/sys/ras.h
--- a/sys/sys/ras.h     Mon Jan 11 21:45:22 2021 +0000
+++ b/sys/sys/ras.h     Mon Jan 11 21:51:20 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ras.h,v 1.14 2008/08/11 21:51:14 skrll Exp $   */
+/*     $NetBSD: ras.h,v 1.15 2021/01/11 21:51:20 skrll Exp $   */
 
 /*-
  * Copyright (c) 2002, 2004, 2007 The NetBSD Foundation, Inc.
@@ -102,7 +102,7 @@
 
 /*
  * RAS_START_ASM and RAS_END_ASM are for use within assembly code.
- * This is the prefered method of coding a RAS.
+ * This is the preferred method of coding a RAS.
  */
 #define        RAS_START_ASM(name)                                             \
        .globl _C_LABEL(__CONCAT(name,_ras_start))       _ASM_LS_CHAR   \



Home | Main Index | Thread Index | Old Index