From nobody Wed Apr 22 09:23:44 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 4g0v0w4gglz6bqGC for ; Wed, 22 Apr 2026 09:23:44 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g0v0w2ZpHz3r2D for ; Wed, 22 Apr 2026 09:23:44 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776849824; 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=wtOnnX4OyaeCn9n1aOKxSpYk9dx7BJ9CY3F4pPdEpA0=; b=JGJNlxaU6LyEfNLP+Am1lH3WrMKqWb1e1RvwPuu1/jr4v9ea+9eaikMbnekC2bQmoXoTTE lXh3ZT6B1HEbExX8MyPwYAf88A4cdStfIrYeit3r8p4Vc+wyhXQlS3BGTSeXpaQbFqXFIQ c17qh6nuRur1D+QEsxgzfFSHPCBUTPWv7nWKwa58byg7Dzt7ZPtdV4unRwr7sQXHF1CKH9 kKRRVTvMDHUrGXark0TkgwE2pGTmbr2HqCqyLj+SWIG5O+n7Ed8kIjBwxFX858/HRpVbWP FV3XIzM+eudtGA3pYelWYLV8TraK01EmxPuOU96E3lmbb8D1rPhsCvRQQwuDbQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776849824; a=rsa-sha256; cv=none; b=Ys965eBAj9wL0NX5Gmw/Gu/6uDCtJ5cEahrhh8VIrM6EPEND28e0Q5GVsnQp97Iq/JJJzF bUm7obppyoybw25An81bSZlQfNLKNekwquoqRx9oX3D/wBxX/qiKVS8eki0Gv3ThD5e3SO 5QVT2jHBWRPHBLUmF6NwpcDZZ/+HvBaY5SquAVon33anxjigTK/nMapjty0RZMF1Cz/5xz bXmzGvx9KSN16f8nCl9OS1Mu7ViXeeo26xrerngDxS7os6NhKgYTVHzi7bIEOk30zs0zu5 XcX6X3JG1YK37HdzEAITuq2sugyN5xYthQSXuY8u6C9b5yh/nqscTC2bd9W0Ag== 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=1776849824; 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=wtOnnX4OyaeCn9n1aOKxSpYk9dx7BJ9CY3F4pPdEpA0=; b=E1jReeRcTHA9s232/I7gOVM8xR68fXg7ukMEDw6p+2TpnccNJrOzq4S3gb6ekdvsG044BI lDjLzECU06r8q4S0xPCt7CLLhLFAXWpMgHWf9uZFq8SDVO9CxY1/8fwkJAXiM5ojS8xrQs J7vkoFNEIzfngmHgdDu/CPgX0AIyJsnpMPLKSzuZCMFjRmuKtWsgccvZs0jvqyQBFUIDjv EUsGnA5I2nSXuBQojvXO0k53kos55vFyAQe4dXg6xyYo7fSQ69A3BuvX7TLlHk1FyrD3OY qFktRXJ/+W7ZpWiRUMqcDe8d7EMb8yT0ZWs+w5kqYq8YfILzHUMQ8qGeP7pMwg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g0v0w21wfz8jq for ; Wed, 22 Apr 2026 09:23:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 374c4 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 22 Apr 2026 09:23:44 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 3911c2a18aa3 - stable/14 - msdosfs(4): Fix two typos in source code comments 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 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/stable/14 X-Git-Reftype: branch X-Git-Commit: 3911c2a18aa3cd89732ac1764b9f90f58f23c965 Auto-Submitted: auto-generated Date: Wed, 22 Apr 2026 09:23:44 +0000 Message-Id: <69e893a0.374c4.7f9664ac@gitrepo.freebsd.org> The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=3911c2a18aa3cd89732ac1764b9f90f58f23c965 commit 3911c2a18aa3cd89732ac1764b9f90f58f23c965 Author: Gordon Bergling AuthorDate: 2026-04-19 08:06:45 +0000 Commit: Gordon Bergling CommitDate: 2026-04-22 09:23:21 +0000 msdosfs(4): Fix two typos in source code comments - s/unititialized/uninitialized/ (cherry picked from commit 96246330c1c47ea06b7e781ddd87de45d541494f) --- sys/fs/msdosfs/msdosfs_fat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/fs/msdosfs/msdosfs_fat.c b/sys/fs/msdosfs/msdosfs_fat.c index bfaff417f677..ef8496d21a48 100644 --- a/sys/fs/msdosfs/msdosfs_fat.c +++ b/sys/fs/msdosfs/msdosfs_fat.c @@ -134,7 +134,7 @@ pcbmap(struct denode *dep, u_long findcn, daddr_t *bnp, u_long *cnp, int *sp) int error; u_long i; u_long cn; - u_long prevcn = 0; /* XXX: prevcn could be used unititialized */ + u_long prevcn = 0; /* XXX: prevcn could be used uninitialized */ u_long byteoffset; u_long bn; u_long bo; @@ -761,7 +761,7 @@ clusteralloc1(struct msdosfsmount *pmp, u_long start, u_long count, { u_long idx; u_long len, newst, foundl, cn, l; - u_long foundcn = 0; /* XXX: foundcn could be used unititialized */ + u_long foundcn = 0; /* XXX: foundcn could be used uninitialized */ u_int map; MSDOSFS_ASSERT_MP_LOCKED(pmp);