multi: improve comment grammar

This commit is contained in:
ffranr
2024-04-08 14:40:50 +01:00
committed by Oliver Gugger
parent 58ed8e751d
commit cc2b7b6fda
3 changed files with 4 additions and 4 deletions

View File

@@ -1525,7 +1525,7 @@ func (s *Server) HtlcInterceptor(stream Router_HtlcInterceptorServer) error {
}
defer atomic.CompareAndSwapInt32(&s.forwardInterceptorActive, 1, 0)
// run the forward interceptor.
// Run the forward interceptor.
return newForwardInterceptor(
s.cfg.RouterBackend.InterceptableForwarder, stream,
).run()