From nobody Mon Aug 17 05:58:58 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 4hNhwg1Pm2z6nm11 for ; Mon, 17 Aug 2026 05:58:59 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hNhwg092tz3J3j for ; Mon, 17 Aug 2026 05:58:59 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786946339; 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=kT8KJtdko5sjlOjVQ1pBEwrjMjiPgwDSO11zw6tru7U=; b=iEEqwAN04IOeXVnn7oR9Sta3xPCz9/bw14Ogwh02AQCoqB0RXe5aalLjp7ND/PvkEPzbgs fBl7Jzytr5Q4G0BtCOywmQGaPKtN1aIGjGEjIVBzK7iP9zLAVU90jKsXHmtuBycOuxSgyT vbhEG3E37TSvP+HnXEGKRO4xRYknNOVJXmcu/qbAyZw9R9UemZCj7hWxLmmPxhe7M7AAF5 IlMyKqof/z8kjquQItVo/wX7CFysPYxMjua4tImidTkXlrze3NFXvfC5Y8I/gkBa5oiPgi W2A30yoTxDVgrhJ6W+xPxkIA6XKf8hqI+lsbpLJLLuN/+bnVy1sa9TaWyM61Dw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786946339; a=rsa-sha256; cv=none; b=eWCehZCLjLBR2l5h+6iB7XoMUzJBGDsO2PHpon90qG27ab1g7zspd/FO8i7PqpLeZKJ6pE EUQIoAi1LhBfMtoThWwViN3qxeSeHoFMCt0rtdxD3da70AP6odO7Fms5GIzsB39QgZt+hl sZDXneOysG/CKbx3QsqgBMYU/BJ/S5DVLgNd7BTyRUHdJrbMU83pkHQ3lE4OsfAbJcAWMQ dnjcr/dCqRk6JfrX8GhDlgq0ISEhbYICcrax9dOwDFxXcpZQzTDoFhqv1I9asIx4sM3m3Q XyOLFAPqeLQDSjj9nezj9JsEfJNBBiZzJ+bVcQLLo1/2vAqR+hnSQXTkcojHGw== 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=1786946339; 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=kT8KJtdko5sjlOjVQ1pBEwrjMjiPgwDSO11zw6tru7U=; b=U9ScFuXLmMQu0iGvHcllpjXeu2BmcCDvdFfhYeu7RLQJtjs88MLyseZhvhkFOL6uonlwCY To8uFWPYSyohMp6AQLK0fFcJT4VCYGvCH2Zc6tO1kOM6okYu0VPtqxyL7aWNNxvhYziXXz 0498eCfO/IIPP9Y1BWORojnFRDhqPdp3lbs3iq1wVVHOsL3DFm0yC9hWV7CNkezQXwjDjL 5cvBsYpXxC3W5YkRCrimZXwZSdWbtr8gVrZwcjBnW6g3SrvyF2Cgiw5uUHXJxrRHdVigxN KBxoHRvsppsV9oL6jqrdPfmgVY64rtJz1ByyaNh1GceywruWdhMpJchOMp/SyA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hNhwf5ybLz11tY for ; Mon, 17 Aug 2026 05:58:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3ade6 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 17 Aug 2026 05:58:58 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Gordon Bergling Subject: git: 27c70deb3d26 - main - nullfs(4): Fix a typo in a source code comment 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: gbe X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 27c70deb3d260b48bee8f3c4c975fd2de64264fb Auto-Submitted: auto-generated Date: Mon, 17 Aug 2026 05:58:58 +0000 Message-Id: <6a82a322.3ade6.7a03a4ac@gitrepo.freebsd.org> The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=27c70deb3d260b48bee8f3c4c975fd2de64264fb commit 27c70deb3d260b48bee8f3c4c975fd2de64264fb Author: Gordon Bergling AuthorDate: 2026-08-17 05:48:33 +0000 Commit: Gordon Bergling CommitDate: 2026-08-17 05:48:33 +0000 nullfs(4): Fix a typo in a source code comment - s/modifing/modifying/ MFC after: 3 days --- sys/fs/nullfs/null_vnops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index 41823d0c6202..e371fcdd2f2c 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -135,7 +135,7 @@ * * One of the easiest ways to construct new filesystem layers is to make * a copy of the null layer, rename all files and variables, and - * then begin modifing the copy. Sed can be used to easily rename + * then begin modifying the copy. Sed can be used to easily rename * all variables. * * The umap layer is an example of a layer descended from the