Module Name:    src
Committed By:   gutteridge
Date:           Sat Dec 28 03:09:18 UTC 2019

Modified Files:
        src/sys/dev/pci: mlyreg.h

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/mlyreg.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/dev/pci/mlyreg.h
diff -u src/sys/dev/pci/mlyreg.h:1.6 src/sys/dev/pci/mlyreg.h:1.7
--- src/sys/dev/pci/mlyreg.h:1.6	Tue Nov 21 10:55:23 2017
+++ src/sys/dev/pci/mlyreg.h	Sat Dec 28 03:09:18 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: mlyreg.h,v 1.6 2017/11/21 10:55:23 maxv Exp $	*/
+/*	$NetBSD: mlyreg.h,v 1.7 2019/12/28 03:09:18 gutteridge Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -724,7 +724,7 @@ struct mly_ioctl_getlogdevinfovalid {
 	u_int8_t	ar5_algo;
 	u_int16_t	logical_device_number;
 	u_int16_t	bios_control;
-	/* erorr counters */
+	/* error counters */
 	u_int16_t	soft_errors;				/* N/A */
 	u_int16_t	commands_failed;			/* N/A */
 	u_int16_t	host_command_aborts;			/* N/A */

Reply via email to