summaryrefslogtreecommitdiffstats
path: root/partx/partx.c
diff options
context:
space:
mode:
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;