util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

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).