diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-10 19:08:11 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-13 14:45:34 +0200 |
commit | ecd828beb250648541492a69a188a71305897e4e (patch) | |
tree | c80046c21660062af912a1a3cfbb0aa4b1b21ca8 | |
parent | 302c18e7d095755ab1bcd0b79fd8952e2450ac7a (diff) | |
download | libguestfs-ecd828beb250648541492a69a188a71305897e4e.tar.gz libguestfs-ecd828beb250648541492a69a188a71305897e4e.tar.xz libguestfs-ecd828beb250648541492a69a188a71305897e4e.zip |
guestfsd.c: correct s/IS_DEVICE/RESOLVE_DEVICE/ in another comment
-rw-r--r-- | daemon/guestfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 07a952f0..4a14c75f 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. * |