git: 76ab72e82837 - main - sysent: regen for typo fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Oct 2024 18:24:23 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=76ab72e8283712e508bc3f4c2b8c219b49b64d4c
commit 76ab72e8283712e508bc3f4c2b8c219b49b64d4c
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-10-22 18:08:03 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-10-22 18:21:26 +0000
sysent: regen for typo fix
---
sys/amd64/linux/linux_systrace_args.c | 2 +-
sys/amd64/linux32/linux32_systrace_args.c | 2 +-
sys/arm64/linux/linux_systrace_args.c | 2 +-
sys/compat/freebsd32/freebsd32_systrace_args.c | 2 +-
sys/i386/linux/linux_systrace_args.c | 2 +-
sys/kern/systrace_args.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys/amd64/linux/linux_systrace_args.c b/sys/amd64/linux/linux_systrace_args.c
index d0738267b35a..20322f7a8660 100644
--- a/sys/amd64/linux/linux_systrace_args.c
+++ b/sys/amd64/linux/linux_systrace_args.c
@@ -1,5 +1,5 @@
/*
- * System call argument to DTrace register array converstion.
+ * System call argument to DTrace register array conversion.
*
* This file is part of the DTrace syscall provider.
*
diff --git a/sys/amd64/linux32/linux32_systrace_args.c b/sys/amd64/linux32/linux32_systrace_args.c
index cf9d5b64a87f..7793124e6935 100644
--- a/sys/amd64/linux32/linux32_systrace_args.c
+++ b/sys/amd64/linux32/linux32_systrace_args.c
@@ -1,5 +1,5 @@
/*
- * System call argument to DTrace register array converstion.
+ * System call argument to DTrace register array conversion.
*
* This file is part of the DTrace syscall provider.
*
diff --git a/sys/arm64/linux/linux_systrace_args.c b/sys/arm64/linux/linux_systrace_args.c
index 9e7b0935e560..54e4dd82355d 100644
--- a/sys/arm64/linux/linux_systrace_args.c
+++ b/sys/arm64/linux/linux_systrace_args.c
@@ -1,5 +1,5 @@
/*
- * System call argument to DTrace register array converstion.
+ * System call argument to DTrace register array conversion.
*
* This file is part of the DTrace syscall provider.
*
diff --git a/sys/compat/freebsd32/freebsd32_systrace_args.c b/sys/compat/freebsd32/freebsd32_systrace_args.c
index 80b4a2ed0109..ce0b37b178f9 100644
--- a/sys/compat/freebsd32/freebsd32_systrace_args.c
+++ b/sys/compat/freebsd32/freebsd32_systrace_args.c
@@ -2,7 +2,7 @@
#define PAD64_REQUIRED
#endif
/*
- * System call argument to DTrace register array converstion.
+ * System call argument to DTrace register array conversion.
*
* This file is part of the DTrace syscall provider.
*
diff --git a/sys/i386/linux/linux_systrace_args.c b/sys/i386/linux/linux_systrace_args.c
index 041ee80fd4ff..f3e3c32a2bbf 100644
--- a/sys/i386/linux/linux_systrace_args.c
+++ b/sys/i386/linux/linux_systrace_args.c
@@ -1,5 +1,5 @@
/*
- * System call argument to DTrace register array converstion.
+ * System call argument to DTrace register array conversion.
*
* This file is part of the DTrace syscall provider.
*
diff --git a/sys/kern/systrace_args.c b/sys/kern/systrace_args.c
index c2e1f22cbf87..d70d7942ff58 100644
--- a/sys/kern/systrace_args.c
+++ b/sys/kern/systrace_args.c
@@ -1,5 +1,5 @@
/*
- * System call argument to DTrace register array converstion.
+ * System call argument to DTrace register array conversion.
*
* This file is part of the DTrace syscall provider.
*