From 3d0db8169040731d1dab4d120b63925f364b6b99 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 8 Feb 2021 08:22:52 +0000 Subject: [PATCH] Fix typo in MPS reader documentation Signed-off-by: Hanno Becker --- library/mps_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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