diff options
author | keramida <keramida@FreeBSD.org> | 2005-01-11 10:47:51 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2005-01-11 10:47:51 +0000 |
commit | e6fbd61f679b4d9e6388910fbc751273510cf244 (patch) | |
tree | 7730a46ed88259cf324d3fbbb764d837e2969719 /sys | |
parent | 5a497775d6a793f5afeceff71192b3980f5a8ad2 (diff) | |
download | FreeBSD-src-e6fbd61f679b4d9e6388910fbc751273510cf244.zip FreeBSD-src-e6fbd61f679b4d9e6388910fbc751273510cf244.tar.gz |
Fix a typo in a comment that may be confusing if one doesn't really
check what the code does. Separators are spaces, commas or tabs;
not '*' characters (as one may assume by reading the old comment).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bridge.c b/sys/net/bridge.c index b610b33..101f752 100644 --- a/sys/net/bridge.c +++ b/sys/net/bridge.c @@ -40,7 +40,7 @@ * net.link.ether.bridge.config * containing a list of interfaces each optionally followed by * a colon and the cluster it belongs to (1 is the default). - * Separators can be * spaces, commas or tabs, e.g. + * Separators can be spaces, commas or tabs, e.g. * net.link.ether.bridge.config="fxp0:2 fxp1:2 dc0 dc1:1" * Optionally bridged packets can be passed through the firewall, * this is controlled by the variable |