From: Jim Meyering Date: Mon, 10 Aug 2009 17:08:11 +0000 (+0200) Subject: guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in another comment X-Git-Tag: 1.0.67~28 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ecd828beb250648541492a69a188a71305897e4e;p=libguestfs.git guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in another comment --- diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 07a952f..4a14c75 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -775,7 +775,7 @@ print_arginfo (const struct printf_info *info, size_t n, int *argtypes) #endif /* Perform device name translation. Don't call this directly - - * use the IS_DEVICE macro. + * use the RESOLVE_DEVICE macro. * * See guestfs(3) for the algorithm. *