X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fsfdisk.c;fp=daemon%2Fsfdisk.c;h=a504141d91c8a2dc3a658ada7d0beacab2169d4e;hb=e8795f3e9cc7e60a5ad709c0e3b53f60e37fd6c0;hp=693e89a148ec9195f6d4771452db04c837e89942;hpb=1997858e90da728287ef26a6d01a5766ac914312;p=libguestfs.git diff --git a/daemon/sfdisk.c b/daemon/sfdisk.c index 693e89a..a504141 100644 --- a/daemon/sfdisk.c +++ b/daemon/sfdisk.c @@ -53,7 +53,7 @@ sfdisk (char *device, int n, int cyls, int heads, int sectors, if (extra_flag) sprintf (buf + strlen (buf), " %s", extra_flag); - /* Safe because of IS_DEVICE above: */ + /* Safe because of RESOLVE_DEVICE above: */ sprintf (buf + strlen (buf), " %s", device); if (verbose)