git: a1575a98850c - main - Fix typo in VERIEXEC_VERIFIED_FILE

From: Simon J. Gerraty <sjg_at_FreeBSD.org>
Date: Thu, 14 Sep 2023 16:31:52 UTC
The branch main has been updated by sjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=a1575a98850c7484edac53052bb0e4232c10002d

commit a1575a98850c7484edac53052bb0e4232c10002d
Author:     Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2023-09-14 16:31:31 +0000
Commit:     Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2023-09-14 16:31:31 +0000

    Fix typo in VERIEXEC_VERIFIED_FILE
    
    Reviewed by:    stevek
---
 sys/dev/veriexec/veriexec_ioctl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/veriexec/veriexec_ioctl.h b/sys/dev/veriexec/veriexec_ioctl.h
index 7f41464e495e..d88998f502b4 100644
--- a/sys/dev/veriexec/veriexec_ioctl.h
+++ b/sys/dev/veriexec/veriexec_ioctl.h
@@ -63,7 +63,7 @@ struct verified_exec_label_params  {
 #define VERIEXEC_DEBUG_OFF 	_IO('S', 0x6)	/* reset debug */
 #define VERIEXEC_GETSTATE 	_IOR('S', 0x7, int) /* get state */
 #define	VERIEXEC_SIGNED_LOAD32	_IOW('S', 0x8, struct verified_exec_params32)
-#define	VERIEXEC_VERIFIED_FILD	_IOW('S', 0x9, int) /* fd */
+#define	VERIEXEC_VERIFIED_FILE	_IOW('S', 0x9, int) /* fd */
 #define VERIEXEC_GETVERSION	_IOR('S', 0xa, int) /* get version */
 #define VERIEXEC_LABEL_LOAD	_IOW('S', 0xb, struct verified_exec_label_params)
 #define	VERIEXEC_SIGNED_LOAD	_IOW('S', 0xc, struct verified_exec_params)