From nobody Sun Nov 28 11:43:52 2021 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 0598718AF1CB; Sun, 28 Nov 2021 11:43:54 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J267s2w44z4h0R; Sun, 28 Nov 2021 11:43:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A41163F3; Sun, 28 Nov 2021 11:43:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ASBhris026366; Sun, 28 Nov 2021 11:43:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ASBhqlB026365; Sun, 28 Nov 2021 11:43:52 GMT (envelope-from git) Date: Sun, 28 Nov 2021 11:43:52 GMT Message-Id: <202111281143.1ASBhqlB026365@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 654f47cfc0a6 - stable/13 - ffs_softdep: 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: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: 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/13 X-Git-Reftype: branch X-Git-Commit: 654f47cfc0a64c86241a4d1f7a2a53a3829ecbfa Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638099833; 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=1ybxtQqE0iVmH6lwyAGSBMMlihVhaagt/Nz3SEnNXIE=; b=AeOKdrBBI9yC9m1U2F4RZr9LK3s/iiBOFWGXdKKtJoJ73BK/kPLpBNiml9goAZUcprDx5/ FyJdGYBSsYhyOa/th6du8aCznjVDSHf9jXufExYzj45MO2kJ6qGm4uluBDR0Kt53Dw+yGY 0P7xOW8pX/XRBOulbNI2ubrDB8p22neNmHa0SPVLGFKQH3HvoTB1dMkaNBIqNwY6mLd/bZ r5lqotafi7+rUKQnF9QYy6K5/uDmhvMYnKMMQ4p3uPJP+8a+be+OPji/qh0fLTt+QlMwFk xJxBQ2TU+HDHkmz/pA2aa6wnDa6iNrR3xrWSRrV5ty+RJXbyHSQ2RLzbzTZwRw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638099833; a=rsa-sha256; cv=none; b=a8zYMpXq8zeCqcmGynGs/7CpCB544y1cVFwt2CtdB+vnRqPKa6XTjdqj6hmilarkRAY6im VDWi5pQlXYbY8l2tx5ISkLQwaQpjRRSwi6HzgQybp0w/PQfZ/61okQCwT0b04Nk+zYiYLn P7k59uVSoUa6YCwhuNVrLuk0+NLnnVWbmCEsdFVexTf4s6CAYI1++G5d+N2gydJtAVGd5b 6JaLGMAZD1TyS4wLZNm+JW7seeEYh91Lm6VQ40fIbMcwyinIIvaPgL9wcvPuzjUOvhz1sh Gjvon2GxjFMtNserOhxcbUVqapMN/tIemN9MF0wJ36yyoVrho7TTsvLQT4UWpQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=654f47cfc0a64c86241a4d1f7a2a53a3829ecbfa commit 654f47cfc0a64c86241a4d1f7a2a53a3829ecbfa Author: Gordon Bergling AuthorDate: 2021-11-19 18:17:41 +0000 Commit: Gordon Bergling CommitDate: 2021-11-28 11:43:32 +0000 ffs_softdep: Fix a typo in a source code comment - s/conditonally/conditionally/ (cherry picked from commit bebff615877efdf549e5033b47ade4d8553f6a77) --- sys/ufs/ffs/ffs_softdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index 0d2de850bd3e..8bc5e409cf04 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -9196,7 +9196,7 @@ complete_diradd(dap) /* * Cancel a diradd when a dirrem overlaps with it. We must cancel the journal - * add entries and conditonally journal the remove. + * add entries and conditionally journal the remove. */ static void cancel_diradd(dap, dirrem, jremref, dotremref, dotdotremref)