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) {