Skip to content

Commit

Permalink
Fix incorrect article 'an' as 'a' to use for a description
Browse files Browse the repository at this point in the history
Signed-off-by: Tokunori Ikegami <[email protected]>
  • Loading branch information
ikegami-t committed May 15, 2023
1 parent f7ba8bf commit 9e33863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvme/tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,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
Expand Down

0 comments on commit 9e33863

Please sign in to comment.