Skip to content

Commit a3f6b9e

Browse files
scottsNicolasHug
andauthored
Update src/torchcodec/decoders/_core/AVIOContextHolder.h
Co-authored-by: Nicolas Hug <[email protected]>
1 parent c1555c2 commit a3f6b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/decoders/_core/AVIOContextHolder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace facebook::torchcodec {
1414
//
1515
// 1. It is a smart pointer for the AVIOContext. It has the logic to create
1616
// a new AVIOContext and will appropriately free the AVIOContext when it
17-
// goes out of scope. Note that this requires more than just the having a
17+
// goes out of scope. Note that this requires more than just having a
1818
// UniqueAVIOContext, as the AVIOContext points to a buffer which must be
1919
// freed.
2020
// 2. It is a base class for AVIOContext specializations. When specializing a

0 commit comments

Comments
 (0)