]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
partx: trivial comment fix
authorDavidlohr Bueso <dave@gnu.org>
Thu, 31 Mar 2011 19:08:04 +0000 (16:08 -0300)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Apr 2011 08:37:16 +0000 (10:37 +0200)
Replace atgv for argv

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
partx/partx.c

index f4741d86daba16ed5ee2da1dea49af67f4348e44..7c89cf57bec0a4145c1d166bf5561936ad000cf5 100644 (file)
@@ -635,7 +635,7 @@ int main(int argc, char **argv)
        int fd, c, what = 0, lower = 0, upper = 0, rc = 0;
        int tt_flags = 0;
        char *type = NULL;
-       char *device = NULL; /* pointer to atgv[], ie: /dev/sda1 */
+       char *device = NULL; /* pointer to argv[], ie: /dev/sda1 */
        char *wholedisk = NULL; /* allocated, ie: /dev/sda */
        dev_t disk_devno = 0, part_devno = 0;