Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/gpt Use correct spelling of "secondary" in comments.



details:   https://anonhg.NetBSD.org/src/rev/8f1d0bda17ab
branches:  trunk
changeset: 786068:8f1d0bda17ab
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Apr 13 16:48:03 2013 +0000

description:
Use correct spelling of "secondary" in comments.

diffstat:

 sbin/gpt/label.c  |  4 ++--
 sbin/gpt/remove.c |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r d8995ef30407 -r 8f1d0bda17ab sbin/gpt/label.c
--- a/sbin/gpt/label.c  Sat Apr 13 10:21:20 2013 +0000
+++ b/sbin/gpt/label.c  Sat Apr 13 16:48:03 2013 +0000
@@ -29,7 +29,7 @@
 __FBSDID("$FreeBSD: src/sbin/gpt/label.c,v 1.3 2006/10/04 18:20:25 marcel Exp $");
 #endif
 #ifdef __RCSID
-__RCSID("$NetBSD: label.c,v 1.8 2011/08/27 17:38:16 joerg Exp $");
+__RCSID("$NetBSD: label.c,v 1.9 2013/04/13 16:48:03 jakllsch Exp $");
 #endif
 
 #include <sys/types.h>
@@ -133,7 +133,7 @@
                ent = (void*)((char*)lbt->map_data + i *
                    le32toh(hdr->hdr_entsz));
 
-               /* Label the secundary entry. */
+               /* Label the secondary entry. */
                utf8_to_utf16(name, ent->ent_name, 36);
 
                hdr->hdr_crc_table = htole32(crc32(lbt->map_data,
diff -r d8995ef30407 -r 8f1d0bda17ab sbin/gpt/remove.c
--- a/sbin/gpt/remove.c Sat Apr 13 10:21:20 2013 +0000
+++ b/sbin/gpt/remove.c Sat Apr 13 16:48:03 2013 +0000
@@ -29,7 +29,7 @@
 __FBSDID("$FreeBSD: src/sbin/gpt/remove.c,v 1.10 2006/10/04 18:20:25 marcel Exp $");
 #endif
 #ifdef __RCSID
-__RCSID("$NetBSD: remove.c,v 1.6 2011/08/27 17:38:16 joerg Exp $");
+__RCSID("$NetBSD: remove.c,v 1.7 2013/04/13 16:48:03 jakllsch Exp $");
 #endif
 
 #include <sys/types.h>
@@ -132,7 +132,7 @@
                ent = (void*)((char*)lbt->map_data + i *
                    le32toh(hdr->hdr_entsz));
 
-               /* Remove the secundary entry. */
+               /* Remove the secondary entry. */
                uuid_create_nil((uuid_t *)&ent->ent_type, NULL);
 
                hdr->hdr_crc_table = htole32(crc32(lbt->map_data,



Home | Main Index | Thread Index | Old Index