diff mbox series

[2/3] gateway: Updated @file comment to reflect recent rename.

Message ID 20231213200001.1994492-3-gerickson@nuovations.com (mailing list archive)
State Not Applicable, archived
Headers show
Series connection: Rename 'connection.c' to 'gateway.c' | expand

Commit Message

Grant Erickson Dec. 13, 2023, 8 p.m. UTC
This updates the @file comment to reflect the recent rename of this
file from "connection.c" to "gateway.c".
---
 src/gateway.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/src/gateway.c b/src/gateway.c
index 30e7d736e1e0..35ca9cc6cfc5 100644
--- a/src/gateway.c
+++ b/src/gateway.c
@@ -222,9 +222,8 @@ 
  *        'compute_low_priority_metric'.
  *
  *    Historically, this file started life as "connection.c". However,
- *    today it might be better named "route.c" or, perhaps more
- *    precisely, "gateway.c" since its primary focus is gateway routes
- *    and gateway route management.
+ *    it was renamed to "gateway.c" since its primary focus is gateway
+ *    routes and gateway route management.
  *
  */