aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ip/snoopy/ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ip/snoopy/ether.c')
-rwxr-xr-xsrc/cmd/ip/snoopy/ether.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/ip/snoopy/ether.c b/src/cmd/ip/snoopy/ether.c
index 7e1f0a7f..9e16579a 100755
--- a/src/cmd/ip/snoopy/ether.c
+++ b/src/cmd/ip/snoopy/ether.c
@@ -29,10 +29,10 @@ static Mux p_mux[] =
enum
{
- Os, // source
- Od, // destination
- Oa, // source or destination
- Ot, // type
+ Os, /* source */
+ Od, /* destination */
+ Oa, /* source or destination */
+ Ot, /* type */
};
static Field p_fields[] =