From 3e7d266c46b7f76a2ecaa56fb80cb5267f1ab2fb Mon Sep 17 00:00:00 2001 From: Sludge <96552222+SludgePhD@users.noreply.github.com> Date: Sat, 17 Jun 2023 21:34:59 +0200 Subject: [PATCH] fix typo --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index 5022f4f..747dc19 100644 --- a/src/context.rs +++ b/src/context.rs @@ -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. ///