From: Ori Avtalion Date: Tue, 16 Jun 2009 09:17:53 +0000 (+0300) Subject: trivial: fix typo in namei.h comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=47a0dfaad9eb82b16193477cf99c2462af03c329;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git trivial: fix typo in namei.h comment Signed-off-by: Ori Avtalion Signed-off-by: Jiri Kosina --- diff --git a/include/linux/namei.h b/include/linux/namei.h index d870ae2faedc..ec0f607b364a 100644 --- a/include/linux/namei.h +++ b/include/linux/namei.h @@ -40,7 +40,7 @@ enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND}; * - follow links at the end * - require a directory * - ending slashes ok even for nonexistent files - * - internal "there are more path compnents" flag + * - internal "there are more path components" flag * - locked when lookup done with dcache_lock held * - dentry cache is untrusted; force a real lookup */