From c1147c8df73eb61bc9d66e6628e0369e21f28670 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 11 Jul 2020 17:09:04 +0200 Subject: all: fix comments format Fix capitalization, dots at the end and two spaces after a period. Update #1876 --- pkg/ipc/ipc.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/ipc') diff --git a/pkg/ipc/ipc.go b/pkg/ipc/ipc.go index 1abab7f5e..4e41f92fe 100644 --- a/pkg/ipc/ipc.go +++ b/pkg/ipc/ipc.go @@ -507,7 +507,8 @@ type executeReq struct { faultCall uint64 faultNth uint64 progSize uint64 - // prog follows on pipe or in shmem + // This structure is followed by a serialized test program in encodingexec format. + // Both when sent over a pipe or in shared memory. } type executeReply struct { -- cgit mrf-deployment