From 70f51937d9beaa8b6b0935eb2671d8287a1c4136 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 13 Aug 2020 16:03:05 +0800 Subject: [PATCH] complete.cpp: correct a comment [ci skip] --- src/complete.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/complete.cpp b/src/complete.cpp index d4ae0ee9c..a95b15d83 100644 --- a/src/complete.cpp +++ b/src/complete.cpp @@ -854,7 +854,7 @@ static void complete_load(const wcstring &name) { // It's important to NOT hold the lock around completion loading. // We need to take the lock to decide what to load, drop it to perform the load, then reacquire // it. - // Note we only look at the global fish_function_path and fish_completion_path. + // Note we only look at the global fish_function_path and fish_complete_path. maybe_t path_to_load = completion_autoloader.acquire()->resolve_command(name, env_stack_t::globals()); if (path_to_load) {