diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-01 18:04:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-01 18:04:35 +0100 |
commit | d3096d2ba68aa6814d531317433f1cdcd76ba55c (patch) | |
tree | bd4aee07adf43114a4501a2cb187ffc8629cfcc0 /name-hash.c | |
parent | Merge branch 'ns/test-desc-typofix' (diff) | |
parent | Fix spelling errors in no-longer-updated-from-upstream modules (diff) | |
download | git-d3096d2ba68aa6814d531317433f1cdcd76ba55c.tar.xz git-d3096d2ba68aa6814d531317433f1cdcd76ba55c.zip |
Merge branch 'en/doc-typofix'
Docfix.
* en/doc-typofix:
Fix spelling errors in no-longer-updated-from-upstream modules
multimail: fix a few simple spelling errors
sha1dc: fix trivial comment spelling error
Fix spelling errors in test commands
Fix spelling errors in messages shown to users
Fix spelling errors in names of tests
Fix spelling errors in comments of testcases
Fix spelling errors in code comments
Fix spelling errors in documentation outside of Documentation/
Documentation: fix a bunch of typos, both old and new
Diffstat (limited to 'name-hash.c')
-rw-r--r-- | name-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/name-hash.c b/name-hash.c index 4885bae5da..fb526a3775 100644 --- a/name-hash.c +++ b/name-hash.c @@ -138,7 +138,7 @@ static int lazy_nr_dir_threads; /* * Set a minimum number of cache_entries that we will handle per - * thread and use that to decide how many threads to run (upto + * thread and use that to decide how many threads to run (up to * the number on the system). * * For guidance setting the lower per-thread bound, see: |