From: Yu Watanabe Date: Thu, 27 Feb 2025 04:48:31 +0000 (+0900) Subject: storagetm: fix typo X-Git-Tag: v258-rc1~1235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=768cda38e64b0f70f1197f59167eb000a70b25f3;p=thirdparty%2Fsystemd.git storagetm: fix typo Follow-up for 1761066b135f1a322c446f102343ea4aa61fe3ee. --- diff --git a/src/storagetm/storagetm.c b/src/storagetm/storagetm.c index c0735c4658f..1b703218a47 100644 --- a/src/storagetm/storagetm.c +++ b/src/storagetm/storagetm.c @@ -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;