diff --git a/library/mps_reader.h b/library/mps_reader.h index 48bec82524..271809fd0c 100644 --- a/library/mps_reader.h +++ b/library/mps_reader.h @@ -45,7 +45,7 @@ * moving it from 'producing' to 'consuming' mode. * - The consumer subsequently fetches and processes the buffer * content. Once that's done -- or partially done and a consumer's - * requests can't be fulfilled -- the producer revokes the reader's + * request can't be fulfilled -- the producer revokes the reader's * access to the incoming data buffer, putting the reader back to * producing mode. * - The producer subsequently gathers more incoming data and hands