From: Dan Carpenter Date: Mon, 5 Dec 2016 11:09:56 +0000 (+0300) Subject: staging: lustre: cl_page: fix a typo in comments X-Git-Tag: kvm-4.10-2~20^2~34 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9aa7c90dce7628f5316675602da87c9d8fd182ab;p=users%2Fdwmw2%2Flinux.git staging: lustre: cl_page: fix a typo in comments We want to "sever" all the ways to get a new pointer to "pg". Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdclass/cl_page.c b/drivers/staging/lustre/lustre/obdclass/cl_page.c index bdc0aa5846ef5..cd9a40ca44489 100644 --- a/drivers/staging/lustre/lustre/obdclass/cl_page.c +++ b/drivers/staging/lustre/lustre/obdclass/cl_page.c @@ -667,7 +667,7 @@ static void cl_page_delete0(const struct lu_env *env, struct cl_page *pg) PASSERT(env, pg, pg->cp_state != CPS_FREEING); /* - * Severe all ways to obtain new pointers to @pg. + * Sever all ways to obtain new pointers to @pg. */ cl_page_owner_clear(pg);