From bfe711db1c07e73a5806647a637f609eb8c1773d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 9 Jan 2012 22:38:24 +0100 Subject: maint: straggler *.[ch] files: convert more `...' to '...' The preceding commands ignored .[ch] files in lib/ and gl/. This is what I should have been doing from the start: git grep -l '`.*'\' $(g ls-files |grep '\.[ch]$') \ | xargs perl -pi -e 's/`(.+?'\'')/'\''$1/' --- gl/lib/root-dev-ino.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gl/lib') diff --git a/gl/lib/root-dev-ino.c b/gl/lib/root-dev-ino.c index d9a85050e..7e7ae34f4 100644 --- a/gl/lib/root-dev-ino.c +++ b/gl/lib/root-dev-ino.c @@ -1,4 +1,4 @@ -/* root-dev-ino.c -- get the device and inode numbers for `/'. +/* root-dev-ino.c -- get the device and inode numbers for '/'. Copyright (C) 2003, 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -22,7 +22,7 @@ #include -/* Call lstat to get the device and inode numbers for `/'. +/* Call lstat to get the device and inode numbers for '/'. Upon failure, return NULL. Otherwise, set the members of *ROOT_D_I accordingly and return ROOT_D_I. */ struct dev_ino * -- cgit v1.2.3-54-g00ecf