Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic s/compatile/compatible/



details:   https://anonhg.NetBSD.org/src/rev/9999ceb18b65
branches:  trunk
changeset: 359755:9999ceb18b65
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Jan 21 21:40:31 2022 +0000

description:
s/compatile/compatible/

diffstat:

 sys/dev/ic/icp_ioctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 2d27f9dbf431 -r 9999ceb18b65 sys/dev/ic/icp_ioctl.c
--- a/sys/dev/ic/icp_ioctl.c    Fri Jan 21 21:39:32 2022 +0000
+++ b/sys/dev/ic/icp_ioctl.c    Fri Jan 21 21:40:31 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: icp_ioctl.c,v 1.22 2017/10/28 04:53:55 riastradh Exp $ */
+/*     $NetBSD: icp_ioctl.c,v 1.23 2022/01/21 21:40:31 andvar Exp $    */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -64,12 +64,12 @@
  * Based on ICP's FreeBSD "iir" driver ioctl interface, written by
  * Achim Leubner <achim.leubner%intel.com@localhost>.
  *
- * This is intended to be ABI-compatile with the ioctl interface for
+ * This is intended to be ABI-compatible with the ioctl interface for
  * other OSs.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: icp_ioctl.c,v 1.22 2017/10/28 04:53:55 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: icp_ioctl.c,v 1.23 2022/01/21 21:40:31 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index