From 96b14420310aaad013c16c23960bebc99677781f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Hugly Date: Fri, 10 Jan 2025 12:10:13 +0100 Subject: [PATCH] Address reviewer's comment. --- router/cmd/router/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/cmd/router/main.go b/router/cmd/router/main.go index f6da633b6b..1817475043 100644 --- a/router/cmd/router/main.go +++ b/router/cmd/router/main.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Router is a SCION border router daemon +// Router is a SCION border router implementation as a system process. package main import (