1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:47:44 +00:00

LibVideo: Fix two comment typos

This commit is contained in:
Nico Weber 2022-12-26 08:26:09 -05:00 committed by Andrew Kaster
parent 352c1fec2d
commit 19d3821354
2 changed files with 2 additions and 2 deletions

View file

@ -212,7 +212,7 @@ struct FrameBlockContext {
u8 segment_id { 0 };
};
// Block context that is kept between frames until explictly cleared.
// Block context that is kept between frames until explicitly cleared.
struct PersistentBlockContext {
PersistentBlockContext()
: available(false)