Module Name:    src
Committed By:   skrll
Date:           Mon Jan 11 21:51:20 UTC 2021

Modified Files:
        src/sys/sys: ras.h

Log Message:
Correct the spelling of preferred.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/sys/ras.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/ras.h
diff -u src/sys/sys/ras.h:1.14 src/sys/sys/ras.h:1.15
--- src/sys/sys/ras.h:1.14	Mon Aug 11 21:51:14 2008
+++ src/sys/sys/ras.h	Mon Jan 11 21:51:20 2021
@@ -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 @@ __END_DECLS
 
 /*
  * 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	\

Reply via email to