From 51e801f2f297e45a24004ee6256dd1a6c7389074 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 5 Jan 2012 23:53:49 -0800 Subject: In commentary, do not use ` to quote. --- lib/readtokens.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/readtokens.c') diff --git a/lib/readtokens.c b/lib/readtokens.c index c210493083..dac1b6c522 100644 --- a/lib/readtokens.c +++ b/lib/readtokens.c @@ -143,7 +143,7 @@ readtoken (FILE *stream, All storage is obtained through calls to xmalloc-like functions. %%% Question: is it worth it to do a single - %%% realloc() of `tokens' just before returning? */ + %%% realloc() of 'tokens' just before returning? */ size_t readtokens (FILE *stream, -- cgit v1.2.1