Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 16:31:09 +0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Felipe Matarazzo <felipemps@protonmail.com>
Subject:   git: deb17abdeffe - main - fix typos in rtsx.c comments: freqency and wich
Message-ID:  <69f383cd.22189.66a70dd1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=deb17abdeffef072a0c45eb92c798d1f7b3ce7c5

commit deb17abdeffef072a0c45eb92c798d1f7b3ce7c5
Author:     Felipe Matarazzo <felipemps@protonmail.com>
AuthorDate: 2026-04-29 16:14:46 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-04-30 16:29:19 +0000

    fix typos in rtsx.c comments: freqency and wich
    
    Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com>
    Reviewed-by: ngie
    Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174
---
 sys/dev/rtsx/rtsx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/rtsx/rtsx.c b/sys/dev/rtsx/rtsx.c
index aed0bd6c8b8c..958eb08311c4 100644
--- a/sys/dev/rtsx/rtsx.c
+++ b/sys/dev/rtsx/rtsx.c
@@ -139,7 +139,7 @@ struct rtsx_softc {
 	uint64_t	rtsx_write_count;	/* count of write operations */
 	bool		rtsx_discovery_mode;	/* are we in discovery mode? */
 	bool		rtsx_tuning_mode;	/* are we tuning */
-	bool		rtsx_double_clk;	/* double clock freqency */
+	bool		rtsx_double_clk;	/* double clock frequency */
 	bool		rtsx_vpclk;		/* voltage at Pulse-width Modulation(PWM) clock? */
 	uint8_t		rtsx_ssc_depth;		/* Spread spectrum clocking depth */
 	uint8_t		rtsx_card_drive_sel;	/* value for RTSX_CARD_DRIVE_SEL */
@@ -2837,7 +2837,7 @@ rtsx_xfer_start(struct rtsx_softc *sc)
 	} else {
 		dma_dir = RTSX_DMA_DIR_TO_CARD;
 		/*
-		 * Use transfer mode AUTO_WRITE3, wich assumes we've already
+		 * Use transfer mode AUTO_WRITE3, which assumes we've already
 		 * sent the write command and gotten the response, and will
 		 * send CMD 12 manually after writing.
 		 */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f383cd.22189.66a70dd1>