summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-10-14 12:27:36 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-10-14 12:27:36 +0000
commitaae905b7a54f73e90c52439ad3c8b8e918ca71b2 (patch)
tree1738561c1345932cbcbe88fd5c9aa2ce77153092 /sys/net
parent4a75b3d8935aef5f20ef47bcf666a88d67297fbb (diff)
'syncronize' -> 'synchronize'. From Diego Casati.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bridgestp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index 3b9d5b5657f..26aa614654e 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bridgestp.c,v 1.27 2007/09/15 16:43:51 henning Exp $ */
+/* $OpenBSD: bridgestp.c,v 1.28 2007/10/14 12:27:35 krw Exp $ */
/*
* Copyright (c) 2000 Jason L. Wright (jason@thought.net)
@@ -1029,7 +1029,7 @@ bstp_update_state(struct bstp_state *bs, struct bstp_port *bp)
struct bstp_port *bp2;
int synced;
- /* check if all the ports have syncronised again */
+ /* check if all the ports have synchronized again */
if (!bs->bs_allsynced) {
synced = 1;
LIST_FOREACH(bp2, &bs->bs_bplist, bp_next) {