Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
Summary: This is a trivial typo fix: s/improces/improves/

Reviewed By: mattpaynemeta

Differential Revision: D67676742

fbshipit-source-id: 5d7ce58fd01a7837edc8801e8c8c906fc92134c0
  • Loading branch information
Jim Meyering authored and facebook-github-bot committed Dec 28, 2024
1 parent a64fa3b commit 55bc80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prelude/cxx/tools/compilation_database.bxl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _make_entry(ctx: bxl.Context, compile_command: CxxSrcCompileCommand) -> dict
args = compile_command.cxx_compile_cmd.base_compile_cmd.copy()

# This prevents clangd from jumping into `buck-out` when using Go To
# Definition, which significantly improces user experience.
# Definition, which significantly improves user experience.
args.add(["-I", "."])
args.add(compile_command.cxx_compile_cmd.argsfile.cmd_form)
args.add(compile_command.args)
Expand Down

0 comments on commit 55bc80a

Please sign in to comment.