summaryrefslogtreecommitdiffstats
path: root/vendor/gix/src/clone/fetch/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix/src/clone/fetch/util.rs')
-rw-r--r--vendor/gix/src/clone/fetch/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix/src/clone/fetch/util.rs b/vendor/gix/src/clone/fetch/util.rs
index ac8943f6e..cb79669ac 100644
--- a/vendor/gix/src/clone/fetch/util.rs
+++ b/vendor/gix/src/clone/fetch/util.rs
@@ -185,7 +185,7 @@ pub fn update_head(
/// Setup the remote configuration for `branch` so that it points to itself, but on the remote, if and only if currently
/// saved refspecs are able to match it.
-/// For that we reload the remote of `remote_name` and use its ref_specs for match.
+/// For that we reload the remote of `remote_name` and use its `ref_specs` for match.
fn setup_branch_config(
repo: &mut Repository,
branch: &FullNameRef,