From nobody Thu Jul 09 13:41:48 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gwx2j0zTWz6lDVs for ; Thu, 09 Jul 2026 13:41:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gwx2h54GKz46r6 for ; Thu, 09 Jul 2026 13:41:48 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783604508; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=39H7nlf1lHjlp7BzwEMgDwq67iPEqmDNC/jagNrMjCs=; b=g8m9HExflzHR5aTGP+JvCHhhial4/iXE7NX4KUUmlugsGdb9LuX6JtclDFE2uc7bGv6MIq PkC/DTzNLgKkN6wzQJg3pZOnUColIxCfJmLl2WCDOqyCv+uJ7wLj0vIslrnUdGsa2+QLvl 6vnm0u7qTUec9gZGzia5U2lr0KT0X86G9ug/lzsOzOiFdWDGPJU6etw97gTeGk+FkDDwOG nhJsQLDkL//0BNthoSTxzu+0rq0A3H5I7o93Y6j0y1H0nOAfoOu5Qmvsae3v9wfOAenpqq QitAdu6YqNpFh44ypHshe1DfSe2gNPAchNAooFSdbu1U8Y/peNgp5o7FLwQ0aA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1783604508; a=rsa-sha256; cv=none; b=cllrm7PqWYkJTqWqh8OT37aeYcTjxYrPTlu5z8UGfhUSaxu7mNSdCWHvOTuenHTA/yfPdm cxJUumEPBeFMLC9aGCV7Z5cgPOiBF/vxl5FXGdYJOW/c/Fv+Hit8yB6s/xQDnUZwvlnTD6 vhlfbf/W2GV6jQm09Yphy/m0fjkzJjF4PmhujfWRruz+R9PFp8ilYqUL27J+ZpyX91T425 OV7Q2LTWqGXfuQZSGyiopsaM3qrQYAjPudkrLuUvX+M2UzBNyJZF8hAUf/RdRTC+icAt5D mKQe46SiRln9grNVveQJJPeU1hnr9vwkaKoWaMgV2FxZ/DJGnmqzIvvRHkTTBw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783604508; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=39H7nlf1lHjlp7BzwEMgDwq67iPEqmDNC/jagNrMjCs=; b=f/K5nkk5jEZeQlrAmGrU9Ir9Kfv95NKRjPH7cxK6QD02jhyMqPlYwH1XBb0xd1FHo3DMFi MtqhO3X4AtT+ynG4B0gHgKiQHFXlgq5hOxhSY5qJy4u+NksV5MwFY3p8+5W8M/UARvN9q5 PW943LZ+LkCldWs9uiOc1Bc78Zl3gDuYwormvCvqz6ohekr1U51pbgMbCU4W2n1FGtd5pc K4IlLWDab6tikbZt+xPbJL/V8EPGC58nlWlL/ZwHDV/hw5h9qRkG073YCjH3pEungeJ/yi wxPOXj3HiGB7BUnK9uo0YUV5M42t4sDRfm8ApQMpCfVIdnW9u+Hcf2fKSCKb8w== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gwx2h3srqz19WL for ; Thu, 09 Jul 2026 13:41:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1e252 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 09 Jul 2026 13:41:48 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Mark Johnston Subject: git: 3e123be2305a - main - inotify: Fix comment typos List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: markj X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3e123be2305a30369f63bcee22ca5e0db527f320 Auto-Submitted: auto-generated Date: Thu, 09 Jul 2026 13:41:48 +0000 Message-Id: <6a4fa51c.1e252.5e17840c@gitrepo.freebsd.org> The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3e123be2305a30369f63bcee22ca5e0db527f320 commit 3e123be2305a30369f63bcee22ca5e0db527f320 Author: Mark Johnston AuthorDate: 2026-07-08 18:06:00 +0000 Commit: Mark Johnston CommitDate: 2026-07-09 13:41:27 +0000 inotify: Fix comment typos MFC after: 1 week --- sys/kern/vfs_inotify.c | 2 +- sys/sys/inotify.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/vfs_inotify.c b/sys/kern/vfs_inotify.c index 9269dc0723af..473ce9358276 100644 --- a/sys/kern/vfs_inotify.c +++ b/sys/kern/vfs_inotify.c @@ -563,7 +563,7 @@ inotify_overflow_event(struct inotify_event *evp) } /* - * Put an event record on the queue for an inotify desscriptor. Return false if + * Put an event record on the queue for an inotify descriptor. Return false if * the record was not enqueued for some reason, true otherwise. */ static bool diff --git a/sys/sys/inotify.h b/sys/sys/inotify.h index d1f23d5898bb..b8b4c67d9be2 100644 --- a/sys/sys/inotify.h +++ b/sys/sys/inotify.h @@ -38,7 +38,7 @@ struct inotify_event { #define IN_MOVE_SELF 0x00000800 #define IN_ALL_EVENTS 0x00000fff -/* Events report only for entries in a watched dir, not the dir itself. */ +/* Events reported only for entries in a watched dir, not the dir itself. */ #define _IN_DIR_EVENTS (IN_CLOSE_WRITE | IN_DELETE | IN_MODIFY | \ IN_MOVED_FROM | IN_MOVED_TO)