page cache: Remove stray radix comment

Signed-off-by: Matthew Wilcox <willy@infradead.org>
This commit is contained in:
Matthew Wilcox 2017-12-04 04:02:00 -05:00
parent ef8e5717db
commit 22ecdb4f8b
1 changed files with 1 additions and 1 deletions

View File

@ -2682,7 +2682,7 @@ repeat:
put_page(page);
if (err == -EEXIST)
goto repeat;
/* Presumably ENOMEM for radix tree node */
/* Presumably ENOMEM for xarray node */
return ERR_PTR(err);
}