From 07fd39479bdd6502f7781894be06eb66aaa8ef10 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 1 Jun 2017 06:56:22 -0400 Subject: core: fix spelling errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes for various minor spelling errors and typos Reported-by: Patrick Matthäi Change-Id: Ic1be36f82e3d822bbdc9559878bd79520fc0fcd5 BUG: 1457808 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: https://review.gluster.org/17442 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Niels de Vos Smoke: Gluster Build System --- xlators/performance/nl-cache/src/nl-cache-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance') diff --git a/xlators/performance/nl-cache/src/nl-cache-helper.c b/xlators/performance/nl-cache/src/nl-cache-helper.c index edc8c1639fe..0c19d21206b 100644 --- a/xlators/performance/nl-cache/src/nl-cache-helper.c +++ b/xlators/performance/nl-cache/src/nl-cache-helper.c @@ -834,7 +834,7 @@ nlc_dir_add_ne (xlator_t *this, inode_t *inode, const char *name) { /* There is one possiblility where we need to search before * adding NE: when there are two parallel lookups on a non - * existant file */ + * existent file */ if (!__nlc_search_ne (nlc_ctx, name)) { __nlc_add_ne (this, nlc_ctx, name); __nlc_set_dir_state (nlc_ctx, NLC_NE_VALID); -- cgit