Date: Wed, 11 Jan 2023 09:47:09 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bc9228749c2a - main - ahci(4): Fix a typo in a source code comment Message-ID: <202301110947.30B9l99n095735@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=bc9228749c2ab31192a17ef01cfb363480144cdc commit bc9228749c2ab31192a17ef01cfb363480144cdc Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 09:46:58 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-11 09:46:58 +0000 ahci(4): Fix a typo in a source code comment - s/reqests/requests/ MFC after: 3 days --- sys/dev/ahci/ahci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 3fd119b2e10e..821ef756c9ba 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -1484,7 +1484,7 @@ ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus) ahci_done(ch, fccb); } for (i = 0; i < ch->numslots; i++) { - /* XXX: reqests in loading state. */ + /* XXX: requests in loading state. */ if (((err >> i) & 1) == 0) continue; if (port >= 0 &&
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301110947.30B9l99n095735>