]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
storagetm: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Feb 2025 04:48:31 +0000 (13:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Feb 2025 04:48:34 +0000 (13:48 +0900)
Follow-up for 1761066b135f1a322c446f102343ea4aa61fe3ee.

src/storagetm/storagetm.c

index c0735c4658fc8b556295fdbe5178dd7ca34acbf8..1b703218a475424cdea1efee9a56d1cf6360f9d7 100644 (file)
@@ -466,7 +466,7 @@ static int nvme_subsystem_add(const char *node, int consumed_fd, sd_device *devi
 }
 
 typedef struct NvmePort {
-        uint16_t portnr; /* used for both the IP and the NVME port numer */
+        uint16_t portnr; /* used for both the IP and the NVME port number */
 
         int nvme_port_fd;
         int nvme_ports_fd;