aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/flake
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-04-07 13:08:32 +0200
committerGitHub <noreply@github.com>2023-04-07 13:08:32 +0200
commit6960de73affeb7a6d061837b1088937a0295dd93 (patch)
tree44f370cc1fe59b8645a9670dc3ac27561c096cf6 /src/libexpr/flake
parentfaefaac87568fe3ff04f4c2624f293763de2ae1e (diff)
Typo
Diffstat (limited to 'src/libexpr/flake')
-rw-r--r--src/libexpr/flake/lockfile.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/flake/lockfile.hh b/src/libexpr/flake/lockfile.hh
index 4616a77f6..868ab89ad 100644
--- a/src/libexpr/flake/lockfile.hh
+++ b/src/libexpr/flake/lockfile.hh
@@ -67,7 +67,7 @@ struct LockFile
std::optional<FlakeRef> isUnlocked() const;
bool operator ==(const LockFile & other) const;
- // Needed for old gcc versions that don't syntethise it (like gcc 8.2.2
+ // Needed for old gcc versions that don't synthesize it (like gcc 8.2.2
// that is still the default on aarch64-linux)
bool operator !=(const LockFile & other) const;