From 4f67c803ee4b37b6c483d46c56f8e7b19045d154 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 20 Nov 2022 09:50:21 -0800 Subject: [PATCH] casereader-shim: Fix typo in comment. --- src/data/casereader-shim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/casereader-shim.c b/src/data/casereader-shim.c index c9df3f484f..6d3a78829d 100644 --- a/src/data/casereader-shim.c +++ b/src/data/casereader-shim.c @@ -44,7 +44,7 @@ static bool buffer_case (struct casereader_shim *s); Returns the new shim. The only legitimate use of the returned casereader_shim is for calling casereader_shim_slurp(). If READER has no clones already (which the caller should ensure, if it plans to use the - return value), then the returned casreader_shim is valid for that purpose + return value), then the returned casereader_shim is valid for that purpose until, and only until, the READER's 'destroy' function is called. */ struct casereader_shim * casereader_shim_insert (struct casereader *reader) -- 2.30.2