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. --- m4/fsusage.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/fsusage.m4') diff --git a/m4/fsusage.m4 b/m4/fsusage.m4 index 48c7736913..519743fb28 100644 --- a/m4/fsusage.m4 +++ b/m4/fsusage.m4 @@ -42,7 +42,7 @@ ac_fsusage_space=no # Perform only the link test since it seems there are no variants of the # statvfs function. This check is more than just AC_CHECK_FUNCS([statvfs]) # because that got a false positive on SCO OSR5. Adding the declaration -# of a `struct statvfs' causes this test to fail (as it should) on such +# of a 'struct statvfs' causes this test to fail (as it should) on such # systems. That system is reported to work fine with STAT_STATFS4 which # is what it gets when this test fails. if test $ac_fsusage_space = no; then -- cgit v1.2.1