[PATCH] nfs: fix spellint typo in pnfs.c

From: Wang Qing
Date: Wed Sep 16 2020 - 22:19:14 EST


Change the comment typo: "manger" -> "manager".

Signed-off-by: Wang Qing <wangqing@xxxxxxxx>
---
fs/nfs/pnfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c
index 71f7741..0e50b9d
--- a/fs/nfs/pnfs.c
+++ b/fs/nfs/pnfs.c
@@ -902,7 +902,7 @@ pnfs_destroy_layouts_byclid(struct nfs_client *clp,
}

/*
- * Called by the state manger to remove all layouts established under an
+ * Called by the state manager to remove all layouts established under an
* expired lease.
*/
void
--
2.7.4