svn commit: r214114 - head/sys/boot/common
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Oct 20 19:52:27 UTC 2010
Author: pjd
Date: Wed Oct 20 19:52:27 2010
New Revision: 214114
URL: http://svn.freebsd.org/changeset/base/214114
Log:
Correct typos.
Modified:
head/sys/boot/common/gpt.c
Modified: head/sys/boot/common/gpt.c
==============================================================================
--- head/sys/boot/common/gpt.c Wed Oct 20 18:25:00 2010 (r214113)
+++ head/sys/boot/common/gpt.c Wed Oct 20 19:52:27 2010 (r214114)
@@ -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
/*
* 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.
More information about the svn-src-all
mailing list