From 2f2540d783c712f6100e53d1a9d28329ba286216 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 6 Aug 2015 15:02:31 -0400 Subject: [PATCH] Docs: Grammar fix in agent header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/sessiond-comm/agent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sessiond-comm/agent.h b/src/common/sessiond-comm/agent.h index 574f8891f..eced35185 100644 --- a/src/common/sessiond-comm/agent.h +++ b/src/common/sessiond-comm/agent.h @@ -24,7 +24,7 @@ #include /* - * Command value pass in the header. + * Command value passed in the header. */ enum lttcomm_agent_command { AGENT_CMD_LIST = 1, -- 2.34.1