From: Keith Busch Date: Thu, 28 May 2020 17:26:06 +0000 (-0700) Subject: fix comment typo X-Git-Tag: v1.0-rc0~155 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=380d801f46c58fd0a6883e441001edf2352ace07;p=users%2Fsagi%2Flibnvme.git fix comment typo Signed-off-by: Keith Busch --- diff --git a/src/nvme/ioctl.h b/src/nvme/ioctl.h index ae16b8da..f423bca1 100644 --- a/src/nvme/ioctl.h +++ b/src/nvme/ioctl.h @@ -1281,7 +1281,7 @@ int nvme_get_log_sanitize(int fd, bool rae, struct nvme_sanitize_log_page *log); /** - * nvme_set_feature() - Set a feature attribute + * nvme_set_features() - Set a feature attribute * @fd: File descriptor of nvme device * @fid: Feature identifier * @nsid: Namespace ID, if applicable