Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 09:19:23 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: 6573ce292fc5 - main - nvmecontrol(8): Remove a double word in a source code comment
Message-ID:  <202404200919.43K9JNl7076295@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

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

commit 6573ce292fc5ddc6c846860b3fa98473e3f5d1c6
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-20 09:18:59 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-20 09:18:59 +0000

    nvmecontrol(8): Remove a double word in a source code comment
    
    - s/the the/the/
    
    MFC after:      3 days
---
 sbin/nvmecontrol/nvmecontrol.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/nvmecontrol/nvmecontrol.h b/sbin/nvmecontrol/nvmecontrol.h
index 2ce4ad4c5c2b..394a88608692 100644
--- a/sbin/nvmecontrol/nvmecontrol.h
+++ b/sbin/nvmecontrol/nvmecontrol.h
@@ -96,7 +96,7 @@ void print_intel_add_smart(const struct nvme_controller_data *cdata __unused, vo
  * this. Older compilers will support 128-bit ints on 64-bit
  * platforms. Otherwise we truncate this to 64-bit on 32-bit systems with older
  * compilers. We also check for > C18 instead of >= C23 because clang 17 was
- * released before the the __STDC_VERSION__ was defined.
+ * released before the __STDC_VERSION__ was defined.
  */
 #define UINT128_DIG	39
 #if __STDC_VERSION__ >= 202311L



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404200919.43K9JNl7076295>