Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix typos (in comments).
details: https://anonhg.NetBSD.org/src/rev/4f50cc402930
branches: trunk
changeset: 777402:4f50cc402930
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Fri Feb 17 12:08:12 2012 +0000
description:
Fix typos (in comments).
diffstat:
external/bsd/iscsi/dist/src/lib/initiator.c | 10 +++++-----
share/wscons/keymaps/pckbd.fr_CA.iso8859-1 | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (66 lines):
diff -r 33450c8647f4 -r 4f50cc402930 external/bsd/iscsi/dist/src/lib/initiator.c
--- a/external/bsd/iscsi/dist/src/lib/initiator.c Fri Feb 17 11:43:24 2012 +0000
+++ b/external/bsd/iscsi/dist/src/lib/initiator.c Fri Feb 17 12:08:12 2012 +0000
@@ -1792,7 +1792,7 @@
* Insert cmd into the hash table, keyed by the tag. The Rx thread
* will
*/
- /* retreive the cmd ptr using the tag from the response PDU. */
+ /* retrieve the cmd ptr using the tag from the response PDU. */
if (hash_insert(&g_tag_hash, cmd, text_cmd->tag) != 0) {
iscsi_err(__FILE__, __LINE__, "hash_insert() failed\n");
@@ -1830,7 +1830,7 @@
* Insert cmd into the hash table, keyed by the tag. The Rx thread
* will
*/
- /* retreive the cmd ptr using the tag from the response PDU. */
+ /* retrieve the cmd ptr using the tag from the response PDU. */
if (hash_insert(&g_tag_hash, cmd, login_cmd->tag) != 0) {
iscsi_err(__FILE__, __LINE__, "hash_insert() failed\n");
@@ -2383,7 +2383,7 @@
* Insert cmd into the hash table, keyed by the tag. The Rx thread
* will
*/
- /* retreive the cmd ptr using the tag from the response PDU. */
+ /* retrieve the cmd ptr using the tag from the response PDU. */
if (hash_insert(&g_tag_hash, cmd, logout_cmd->tag) != 0) {
iscsi_err(__FILE__, __LINE__, "hash_insert() failed\n");
@@ -2492,7 +2492,7 @@
/*
* Insert cmd into the hash table, keyed by
* nop_out->tag. Upon receipt of the NOP_IN_T, the Rx
- * thread will retreive the cmd ptr using the tag from
+ * thread will retrieve the cmd ptr using the tag from
* the NOP_IN_T PDU. */
if (hash_insert(&g_tag_hash, cmd, nop_out->tag) != 0) {
@@ -2590,7 +2590,7 @@
* Insert cmd into the hash table, keyed by scsi_cmd->tag. The Rx
* thread will
*/
- /* retreive the cmd ptr using the tag from the response PDU. */
+ /* retrieve the cmd ptr using the tag from the response PDU. */
if (hash_insert(&g_tag_hash, cmd, scsi_cmd->tag) != 0) {
iscsi_err(__FILE__, __LINE__, "hash_insert() failed\n");
diff -r 33450c8647f4 -r 4f50cc402930 share/wscons/keymaps/pckbd.fr_CA.iso8859-1
--- a/share/wscons/keymaps/pckbd.fr_CA.iso8859-1 Fri Feb 17 11:43:24 2012 +0000
+++ b/share/wscons/keymaps/pckbd.fr_CA.iso8859-1 Fri Feb 17 12:08:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pckbd.fr_CA.iso8859-1,v 1.1 2006/09/23 02:37:45 jmcneill Exp $
+# $NetBSD: pckbd.fr_CA.iso8859-1,v 1.2 2012/02/17 12:08:12 mbalmer Exp $
#
# This is the Candadian French keyboard mapping for wscons and iso8859-1,
# provided by Matthew Mondor for the NetBSD project through PR kern/23184.
@@ -12,7 +12,7 @@
# accents (except for eacute and Eacute), which most keyboards sold in Quebec
# are made for. The labels on the keys match properly. However, an effort was
# made to not loose any important keys for programming. To do so, pressing the
-# Right Alternate key allows to retreive the standard US mapping for a key.
+# Right Alternate key allows to retrieve the standard US mapping for a key.
# The exception to this rule consists of V and B which correspond to the
# French '<<' and '>>' accents when Right Alternate key is used, to respect
# the standard.
Home |
Main Index |
Thread Index |
Old Index