From 07bce58799a5d28a9ff89f724a60364879444f23 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 21 Mar 2021 12:52:45 -0700 Subject: [PATCH] most->some --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 1e58b35..16aa3e4 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /** This is a test for `min_array.h`: takes an arbitrary stream, (Cntl-d stops - in most implementations of interactive terminal,) and greedily extracts + in some implementations of interactive terminals,) and greedily extracts integers in the style of `strtol` until it gets to the end-of-file or a null-terminator. */