diff --git a/net/core/dst.c b/net/core/dst.c
index d6b6ced0d451a39c0ccb88ae39dba225ea9f5705..0c01bd8d9d81eb09e9a47ac9cd830a9efe5541dd 100644
--- a/net/core/dst.c
+++ b/net/core/dst.c
@@ -144,7 +144,7 @@ static void dst_destroy_rcu(struct rcu_head *head)
 
 /* Operations to mark dst as DEAD and clean up the net device referenced
  * by dst:
- * 1. put the dst under loopback interface and discard all tx/rx packets
+ * 1. put the dst under blackhole interface and discard all tx/rx packets
  *    on this route.
  * 2. release the net_device
  * This function should be called when removing routes from the fib tree