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:
parent
352c1fec2d
commit
19d3821354
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue