This commit is contained in:
Eelco Dolstra 2020-08-27 14:51:50 +02:00
parent a0f19d9f3a
commit e915fd6d2a

View file

@ -67,7 +67,7 @@ struct Source
};
/* A buffered abstract source. Warning: a BufferedSink should not be
/* A buffered abstract source. Warning: a BufferedSource should not be
used from multiple threads concurrently. */
struct BufferedSource : Source
{