]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: fix mixtyped constant.
authorAndrius Štikonas <andrius@stikonas.eu>
Mon, 23 Sep 2019 21:22:48 +0000 (22:22 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Sep 2019 13:55:48 +0000 (15:55 +0200)
Signed-off-by: Andrius Štikonas <andrius@stikonas.eu>
libfdisk/src/iter.c

index 9a0b0801cce1a3c8862efcff32f67ac941f6b5b2..abc3d35a44c039db745e1cb60435cb58382bf135 100644 (file)
@@ -57,7 +57,7 @@ void fdisk_free_iter(struct fdisk_iter *itr)
 /**
  * fdisk_reset_iter:
  * @itr: iterator pointer
- * @direction: FDISK_INTER_{FOR,BACK}WARD or -1 to keep the direction unchanged
+ * @direction: FDISK_ITER_{FOR,BACK}WARD or -1 to keep the direction unchanged
  *
  * Resets the iterator.
  */