summaryrefslogtreecommitdiffstats
path: root/partx/partx.c
diff options
context:
space:
mode:
authorDavidlohr Bueso2011-03-31 21:08:04 +0200
committerKarel Zak2011-04-06 10:37:16 +0200
commit1d6a5daa58097a34ea9e2b944ec0eb57e54d37b6 (patch)
treeb30d52dd7e1e2c022c5e3a7dfe642f7a1f92782b /partx/partx.c
parentgetopt: add static qualifiers (diff)
downloadkernel-qcow2-util-linux-1d6a5daa58097a34ea9e2b944ec0eb57e54d37b6.tar.gz
kernel-qcow2-util-linux-1d6a5daa58097a34ea9e2b944ec0eb57e54d37b6.tar.xz
kernel-qcow2-util-linux-1d6a5daa58097a34ea9e2b944ec0eb57e54d37b6.zip
partx: trivial comment fix
Replace atgv for argv Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Diffstat (limited to 'partx/partx.c')
-rw-r--r--partx/partx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/partx/partx.c b/partx/partx.c
index f4741d86d..7c89cf57b 100644
--- a/partx/partx.c
+++ b/partx/partx.c
@@ -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;