mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 06:32:44 +00:00
nvmecontrol(8): Remove a double word in a source code comment
- s/the the/the/ MFC after: 3 days
This commit is contained in:
parent
5235e9d646
commit
6573ce292f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user