From: Tokunori Ikegami Date: Mon, 15 May 2023 15:48:18 +0000 (+0900) Subject: Fix incorrect article 'an' as 'a' to use for a description X-Git-Tag: v1.6~25 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e7e6eca88989088acb89c21f5ccef8f81b1740e8;p=users%2Fsagi%2Flibnvme.git Fix incorrect article 'an' as 'a' to use for a description Signed-off-by: Tokunori Ikegami --- diff --git a/src/nvme/tree.h b/src/nvme/tree.h index 8b9a483c..e29e6a0f 100644 --- a/src/nvme/tree.h +++ b/src/nvme/tree.h @@ -877,7 +877,7 @@ const char *nvme_ctrl_get_firmware(nvme_ctrl_t c); const char *nvme_ctrl_get_model(nvme_ctrl_t c); /** - * nvme_ctrl_get_state() - Running state of an controller + * nvme_ctrl_get_state() - Running state of a controller * @c: Controller instance * * Return: String indicating the running state of @c