Skip to content

Commit

Permalink
Fix reference to the bmake source code
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Sep 14, 2024
1 parent 723c511 commit 2c09a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v23/mklexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (p *MkLexer) exprText(closing byte) string {
//
// This is used for the :from=to modifier.
//
// See devel/bmake/files/var.c:/eqFound = FALSE/
// See devel/bmake/files/var.c:/eqFound = false/
func (p *MkLexer) exprModifierSysV(closing byte) (string, string) {
lexer := p.lexer
start := lexer.Mark()
Expand Down

0 comments on commit 2c09a96

Please sign in to comment.