Skip to content

Commit

Permalink
builtins.addDrvOutputDependencies: fix commentary
Browse files Browse the repository at this point in the history
(cherry picked from commit d2b5129)
  • Loading branch information
ShamrockLee authored and github-actions[bot] committed Mar 29, 2024
1 parent 0d8e267 commit 4e9c7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexpr/primops/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static RegisterPrimOp primop_getContext({

/* Append the given context to a given string.
See the commentary above unsafeGetContext for details of the
See the commentary above getContext for details of the
context representation.
*/
static void prim_appendContext(EvalState & state, const PosIdx pos, Value * * args, Value & v)
Expand Down

0 comments on commit 4e9c7e7

Please sign in to comment.