From fc1e7a2bf9247e64de39c8f7cc52f3770f4ff869 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 4 Oct 2021 04:37:19 +0900 Subject: [PATCH] lsfd: fix a typo in DEVTYPE description Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index d8025d7633..8ab9f147d1 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -98,7 +98,7 @@ static struct colinfo infos[] = { [COL_DEV] = { "DEV", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, N_("ID of device containing file") }, [COL_DEVTYPE] = { "DEVTYPE", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, - N_("device type (blk, char, or nodev") }, + N_("device type (blk, char, or nodev)") }, [COL_FLAGS] = { "FLAGS", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, N_("flags specified when opening the file") }, [COL_FD] = { "FD", 0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER, -- 2.47.3