From e72ed3fff206b22b806956517fe818138557b651 Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Sat, 22 Dec 2018 17:25:33 +0100 Subject: [PATCH] pdp10-stdio: fix grammar in comment --- lib/pdp10-stdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pdp10-stdio.c b/lib/pdp10-stdio.c index 56ff19c..6a30b18 100644 --- a/lib/pdp10-stdio.c +++ b/lib/pdp10-stdio.c @@ -36,7 +36,7 @@ * * - Read streams: pdp10_fgetc reads an octet from the octet file and adds 8 bits to shiftreg * and 8 to shiftreg_nr_bits; this is repeated once more if needed to make shiftreg - * contains at least 9 bits. Then 9 bits are shifted out of shiftreg and returned. + * contain at least 9 bits. Then 9 bits are shifted out of shiftreg and returned. * Between pdp10_fgetc calls shiftreg contains between 0 and 7 bits, inclusive, during an * fgetc it may contain up to 8+8 == 16 bits. *