Commit 7e5cf811 authored by Antonin Décimo's avatar Antonin Décimo Committed by Juliusz Chroboczek

Fix a typo.

parent dbcb8deb
...@@ -43,7 +43,7 @@ struct rule { ...@@ -43,7 +43,7 @@ struct rule {
unsigned char table; unsigned char table;
}; };
/* rules contains informations about the rules we installed. It is an array /* rules contains information about the rules we installed. It is an array
indexed by: <table priority> - src_table_prio. indexed by: <table priority> - src_table_prio.
(First entries are the most specific, since they have priority.) */ (First entries are the most specific, since they have priority.) */
static struct rule rules[SRC_TABLE_NUM]; static struct rule rules[SRC_TABLE_NUM];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment