Module Name:    src
Committed By:   andvar
Date:           Fri Jan 21 21:40:32 UTC 2022

Modified Files:
        src/sys/dev/ic: icp_ioctl.c

Log Message:
s/compatile/compatible/


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/icp_ioctl.c

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/ic/icp_ioctl.c
diff -u src/sys/dev/ic/icp_ioctl.c:1.22 src/sys/dev/ic/icp_ioctl.c:1.23
--- src/sys/dev/ic/icp_ioctl.c:1.22	Sat Oct 28 04:53:55 2017
+++ src/sys/dev/ic/icp_ioctl.c	Fri Jan 21 21:40:31 2022
@@ -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.leub...@intel.com>.
  *
- * 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>

Reply via email to