nfsd: netns.h: delete a duplicated word

Drop the repeated word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
Randy Dunlap 2020-07-19 17:14:03 -07:00 committed by Chuck Lever
parent 986a4b63d3
commit 94a4beaa6b

View file

@ -171,7 +171,7 @@ struct nfsd_net {
unsigned int longest_chain_cachesize;
struct shrinker nfsd_reply_cache_shrinker;
/* utsname taken from the the process that starts the server */
/* utsname taken from the process that starts the server */
char nfsd_name[UNX_MAXNODENAME+1];
};