From 05da2c560b36efe9fc8a20d3b3cdf870d03ba253 Mon Sep 17 00:00:00 2001 From: tsinghuacoder Date: Thu, 25 Jul 2024 20:11:56 +0900 Subject: [PATCH] chore: fix some comments (#4270) Signed-off-by: tsinghuacoder --- tools/goctl/rpc/generator/gen.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/goctl/rpc/generator/gen.go b/tools/goctl/rpc/generator/gen.go index 3140d997c..c9a2e7c8a 100644 --- a/tools/goctl/rpc/generator/gen.go +++ b/tools/goctl/rpc/generator/gen.go @@ -10,9 +10,9 @@ import ( ) type ZRpcContext struct { - // Sre is the source file of the proto. + // Src is the source file of the proto. Src string - // ProtoCmd is the command to generate proto files. + // ProtocCmd is the command to generate proto files. ProtocCmd string // ProtoGenGrpcDir is the directory to store the generated proto files. ProtoGenGrpcDir string