aboutsummaryrefslogtreecommitdiff
path: root/src/tag_db.cc
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-08-10 10:32:33 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-08-10 10:32:33 +0300
commit22cb2f79ddb89a368dd823e815fa1b0587ff1b6a (patch)
tree1d1b48c4ca2e956f4c4b91e12c81a89ef6d69f6e /src/tag_db.cc
parented1b02efd5f7691d72cf9b657d939e3adc31034c (diff)
Squashed 'gitstatus/' changes from 4b47ca047..abb4f6a52
abb4f6a52 fix typos in docs and comments 958ae4e6d docs: explicitly mention that core.fsmonitor was disable in git benchmarks (#370) git-subtree-dir: gitstatus git-subtree-split: abb4f6a5225d12f51ffd8196060804b0c770482e
Diffstat (limited to 'src/tag_db.cc')
-rw-r--r--src/tag_db.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag_db.cc b/src/tag_db.cc
index 52cbaede..8bd445c7 100644
--- a/src/tag_db.cc
+++ b/src/tag_db.cc
@@ -268,7 +268,7 @@ void TagDb::ParsePack() {
}
if (!std::is_sorted(name2id_.begin(), name2id_.end(), ByName)) {
- // "sorted" in the header of packed-refs promisses that this won't trigger.
+ // "sorted" in the header of packed-refs promises that this won't trigger.
std::sort(name2id_.begin(), name2id_.end(), ByName);
}