* [PATCH] fdisk: fix typo in comment
@ 2012-08-21 15:26 Bernhard Voelker
2012-08-22 7:03 ` Bernhard Voelker
0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Voelker @ 2012-08-21 15:26 UTC (permalink / raw)
To: util-linux; +Cc: Bernhard Voelker
* fdisks/utils.c: s/firts/first/. Found by misspellings.
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
---
fdisks/utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fdisks/utils.c b/fdisks/utils.c
index 84cdd4d..77b0be6 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
+ * Zero's in-memory first sector buffer
*/
void fdisk_zeroize_firstsector(struct fdisk_context *cxt)
{
--
1.7.7
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] fdisk: fix typo in comment
2012-08-21 15:26 [PATCH] fdisk: fix typo in comment Bernhard Voelker
@ 2012-08-22 7:03 ` Bernhard Voelker
2012-09-04 10:46 ` Karel Zak
0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Voelker @ 2012-08-22 7:03 UTC (permalink / raw)
To: Pádraig Brady, util-linux
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@bernhard-voelker.de>
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@draigBrady.com>.
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-04 10:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 15:26 [PATCH] fdisk: fix typo in comment Bernhard Voelker
2012-08-22 7:03 ` Bernhard Voelker
2012-09-04 10:46 ` Karel Zak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).