summaryrefslogtreecommitdiffstats
path: root/vendor/gix-config-value/src/integer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-config-value/src/integer.rs')
-rw-r--r--vendor/gix-config-value/src/integer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-config-value/src/integer.rs b/vendor/gix-config-value/src/integer.rs
index b287899ec..7214b76e4 100644
--- a/vendor/gix-config-value/src/integer.rs
+++ b/vendor/gix-config-value/src/integer.rs
@@ -87,7 +87,7 @@ impl TryFrom<Cow<'_, BStr>> for Integer {
}
}
-/// Integer suffixes that are supported by `gix-config`.
+/// Integer suffixes that are supported by `git-config`.
///
/// These values are base-2 unit of measurements, not the base-10 variants.
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]