[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Doxygen comment typo in libparted/disk.c
From: |
Jim Meyering |
Subject: |
Re: Doxygen comment typo in libparted/disk.c |
Date: |
Thu, 04 Oct 2012 06:03:24 +0200 |
Bob Beers wrote:
> Hi,
>
> please consider applying attached patch.
> $ cat parted-3.1-doxcomment-rmb01.diff
> diff -purb parted-3.1-orig/libparted/disk.c parted-3.1/libparted/disk.c
> --- parted-3.1-orig/libparted/disk.c 2012-02-02 11:12:20.000000000 -0500
> +++ parted-3.1/libparted/disk.c 2012-10-03 12:50:25.554017900 -0400
> @@ -1968,7 +1968,7 @@ _check_partition (PedDisk* disk, PedPart
> }
>
> /**
> - * Adds PedPartition \p part to PedPartition \p disk.
> + * Adds PedPartition \p part to PedDisk \p disk.
> *
> * \warning The partition's geometry may be changed, subject to \p
> constraint.
> * You could set \p constraint to <tt>ped_constraint_exact(&part->geom)</tt>,
Thank you!
I've added a commit log entry and committed it in your name:
http://git.savannah.gnu.org/cgit/parted.git/commit/?id=fb1faafaae67c328a34117573a71d1f02ef9f6fe
>From fb1faafaae67c328a34117573a71d1f02ef9f6fe Mon Sep 17 00:00:00 2001
From: Bob Beers <bob.beers.gmail.com>
Date: Thu, 4 Oct 2012 06:00:25 +0200
Subject: [PATCH] doc: libparted/disk.c: correct doxygen comment typo
* libparted/disk.c: s/PedPartition/PedDisk/
Copyright-paperwork-exempt: yes
---
libparted/disk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libparted/disk.c b/libparted/disk.c
index c4b1a01..d283674 100644
--- a/libparted/disk.c
+++ b/libparted/disk.c
@@ -1968,7 +1968,7 @@ _check_partition (PedDisk* disk, PedPartition* part)
}
/**
- * Adds PedPartition \p part to PedPartition \p disk.
+ * Adds PedPartition \p part to PedDisk \p disk.
*
* \warning The partition's geometry may be changed, subject to \p constraint.
* You could set \p constraint to <tt>ped_constraint_exact(&part->geom)</tt>,
--
1.8.0.rc0.18.gf84667d