summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-10-20 19:52:27 +0000
committerpjd <pjd@FreeBSD.org>2010-10-20 19:52:27 +0000
commitb711dad7ecfecbd6c5aab56f88564553003ca05d (patch)
tree326cd4224d59d1c7e46827aa2dbc41603150551c /sys/boot/common
parent0ed43ce056fe56ef364d95425406491085c93d7e (diff)
downloadFreeBSD-src-b711dad7ecfecbd6c5aab56f88564553003ca05d.zip
FreeBSD-src-b711dad7ecfecbd6c5aab56f88564553003ca05d.tar.gz
Correct typos.
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/gpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/gpt.c b/sys/boot/common/gpt.c
index 62e86dd..9c00980 100644
--- a/sys/boot/common/gpt.c
+++ b/sys/boot/common/gpt.c
@@ -49,7 +49,7 @@ static int curent, bootonce;
/*
* Buffer below 64kB passed on gptread(), which can hold at least
- * one sector od data (512 bytes).
+ * one sector of data (512 bytes).
*/
static char *secbuf;
@@ -62,7 +62,7 @@ gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr,
/*
* We need to update the following for both primary and backup GPT:
- * 1. Sector on disk that contains curent partition.
+ * 1. Sector on disk that contains current partition.
* 2. Partition table checksum.
* 3. Header checksum.
* 4. Header on disk.
OpenPOWER on IntegriCloud