fdisk: fix typo in comment

* fdisks/utils.c: s/firts/first/: found by misspellings.
s/Zero's/Zeros/: denoted by Pdraig Brady <P@draigBrady.com>.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
This commit is contained in:
Bernhard Voelker 2012-08-22 08:59:43 +02:00 committed by Karel Zak
parent ed6c8c1b61
commit eab4028f38
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{