Skip to content

Commit

Permalink
options: fix typo
Browse files Browse the repository at this point in the history
Can I have an AI proofread my code already?
  • Loading branch information
haasn committed Sep 28, 2023
1 parent dd833fc commit a2f79a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/libplacebo/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct pl_options_t {

// Allocate a new set of render params, with internally backed storage for
// all parameters. Initialized to an "empty" config (PL_RENDER_DEFAULTS),
// equivalent to `&pl_render_fast_paramsh`. To initialize the struct instead to
// equivalent to `&pl_render_fast_params`. To initialize the struct instead to
// the recommended default parameters, use `pl_options_reset` with
// `pl_render_default_params`.
//
Expand Down

0 comments on commit a2f79a4

Please sign in to comment.