From 9512afa9adbefe8264a854f1bf82d22f88e1d065 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Jan 2023 12:58:58 +0100 Subject: [PATCH] Typo --- src/libfetchers/git.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libfetchers/git.cc b/src/libfetchers/git.cc index d61387b95..08a63a776 100644 --- a/src/libfetchers/git.cc +++ b/src/libfetchers/git.cc @@ -655,7 +655,7 @@ struct GitInputScheme : InputScheme printTalkative("using revision %s of repo '%s'", input.getRev()->gitRev(), repoInfo.url); - /* Now that we know the ref, check again whether we have it in + /* Now that we know the rev, check again whether we have it in the store. */ if (auto res = getCache()->lookup(store, getLockedAttrs())) return makeResult(res->first, std::move(res->second));