From 88f91eb4d0f4cb0af68cefa8496a2b2ad107c36f Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 3 Oct 2013 12:41:00 +0200 Subject: [PATCH] libfdisk: improve spelling of two comments Signed-off-by: Benno Schulenberg --- libfdisk/src/bsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfdisk/src/bsd.c b/libfdisk/src/bsd.c index a5bfdc3464..19279ad934 100644 --- a/libfdisk/src/bsd.c +++ b/libfdisk/src/bsd.c @@ -749,12 +749,12 @@ static int bsd_write_disklabel(struct fdisk_context *cxt) d->d_checksum = 0; d->d_checksum = bsd_dkcksum(d); - /* Update label with in boot block. */ + /* Update label within boot block. */ memmove(&l->bsdbuffer[BSD_LABELSECTOR * DEFAULT_SECTOR_SIZE + BSD_LABELOFFSET], d, sizeof(*d)); #if defined (__alpha__) && BSD_LABELSECTOR == 0 - /* write the check sum to the end of the first sector */ + /* Write the checksum to the end of the first sector. */ alpha_bootblock_checksum(l->bsdbuffer); #endif if (lseek(cxt->dev_fd, offset, SEEK_SET) == -1) { -- 2.47.3