Skip to content

Commit

Permalink
tools: fix typo in vbuild-tools.v (#19797)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Nov 8, 2023
1 parent b111a82 commit ad935ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/vbuild-tools.v
Expand Up @@ -15,7 +15,7 @@ const tools_in_subfolders = ['vast', 'vcreate', 'vdoc', 'vpm', 'vvet', 'vwhere']

// non_packaged_tools are tools that should not be packaged with
// prebuild versions of V, to keep the size smaller.
// They are mainly usefull for the V project itself, not to end users.
// They are mainly useful for the V project itself, not to end users.
const non_packaged_tools = ['gen1m', 'gen_vc', 'fast', 'wyhash']

fn main() {
Expand Down

0 comments on commit ad935ca

Please sign in to comment.