Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SludgePhD committed Jun 17, 2023
1 parent af70822 commit 3e7d266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl<'a> InProgressPicture<'a> {
/// # Safety
///
/// libva does not specify when Undefined Behavior occurs, and in practice at least some
/// implementations exhibit UB-like behavior when buffers where submitted incorrectly (or when
/// implementations exhibit UB-like behavior when buffers are submitted incorrectly (or when
/// not all buffers required by the operation were submitted). It also does not document which
/// buffer types must be submitted (or must not be submitted) for any given entry point.
///
Expand Down

0 comments on commit 3e7d266

Please sign in to comment.