Re-adding the list. On 08/21/2012 05:37 PM, Pádraig Brady wrote: > On 08/21/2012 04:26 PM, Bernhard Voelker wrote: >> * fdisks/utils.c: s/firts/first/. Found by misspellings. > Might as well s/Zero's/Zeros/ while at it. > > cheers, > Pádraig. Here is the amended patch. Have a nice day, Berny >From 248962be6fa942da5e49f96f8ac560d803d4bb60 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker <mail@xxxxxxxxxxxxxxxxxxx> Date: Wed, 22 Aug 2012 08:59:43 +0200 Subject: [PATCH] fdisk: fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fdisks/utils.c: s/firts/first/: found by misspellings. s/Zero's/Zeros/: denoted by Pádraig Brady <P@xxxxxxxxxxxxxx>. Signed-off-by: Bernhard Voelker <mail@xxxxxxxxxxxxxxxxxxx> --- fdisks/utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fdisks/utils.c b/fdisks/utils.c index 84cdd4d..85e09c5 100644 --- a/fdisks/utils.c +++ b/fdisks/utils.c @@ -317,7 +317,7 @@ static int __discover_topology(struct fdisk_context *cxt) * fdisk_zeroize_firstsector: * @cxt: fdisk context * - * Zero's in-memory firts sector buffer + * Zeros in-memory first sector buffer */ void fdisk_zeroize_firstsector(struct fdisk_context *cxt) { -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html