summaryrefslogtreecommitdiff
path: root/lib/netdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netdev.h')
-rw-r--r--lib/netdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdev.h b/lib/netdev.h
index bad28c4c1..a667fe35f 100644
--- a/lib/netdev.h
+++ b/lib/netdev.h
@@ -30,7 +30,7 @@ extern "C" {
*
* Every port on a switch must have a corresponding netdev that must minimally
* support a few operations, such as the ability to read the netdev's MTU.
- * The PORTING file at the top of the source tree has more information in the
+ * The Porting section of the documentation has more information in the
* "Writing a netdev Provider" section.
*
* Thread-safety