From 911b880817e3805d68abbd4ca2525148bf3fff19 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 17 May 2007 16:52:36 +0000 Subject: [PATCH] Branch b1_6 Fix backticks to be apostrophes in comments. --- lustre/autoconf/lustre-core.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 3a5f84b..fed2b04 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -873,7 +873,7 @@ LB_LINUX_TRY_COMPILE([ # # LC_VFS_KERN_MOUNT -# starting from 2.6.18 kernel don`t export do_kern_mount +# starting from 2.6.18 kernel don't export do_kern_mount # and want to use vfs_kern_mount instead. # AC_DEFUN([LC_VFS_KERN_MOUNT], @@ -942,7 +942,7 @@ EXTRA_KCFLAGS="$tmp_flags" ]) # 2.6.19 API changes -# inode don`t have i_blksize field +# inode don't have i_blksize field AC_DEFUN([LC_INODE_BLKSIZE], [AC_MSG_CHECKING([inode has i_blksize field]) LB_LINUX_TRY_COMPILE([ @@ -1024,7 +1024,7 @@ LB_LINUX_TRY_COMPILE([ ]) # LC_NR_PAGECACHE -# 2.6.18 don`t export nr_pagecahe +# 2.6.18 don't export nr_pagecahe AC_DEFUN([LC_NR_PAGECACHE], [AC_MSG_CHECKING([kernel export nr_pagecache]) LB_LINUX_TRY_COMPILE([ -- 1.8.3.1