summaryrefslogtreecommitdiff
path: root/interface-ip.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-11-19 09:59:05 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-11-19 10:08:49 +0100
commit4b83102da60bf26b455ac8425a1f5e338ea01f8a (patch)
treea1d16ca3be08e2bae7884f28c0a35fa4afa580d5 /interface-ip.h
parent70506bf09b8ef971ae90155bc86ef3e9bed6785f (diff)
downloadnetifd-4b83102da60bf26b455ac8425a1f5e338ea01f8a.tar.gz
treewide: switch to C-code style comments
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-ip.h b/interface-ip.h
index 5374d93..ec6d7fb 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -98,7 +98,7 @@ struct device_route {
/* must be last */
enum device_addr_flags flags;
- int metric; // there can be multiple routes to the same target
+ int metric; /* there can be multiple routes to the same target */
unsigned int table;
unsigned int mask;
unsigned int sourcemask;