From 6511ffe89d7838f34a06ca409e059f021ba12328 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 15 Oct 2020 16:54:34 +0100 Subject: [PATCH] tools: Fix comment in agent-ctl Correct a comment in the agent control tool. Signed-off-by: James O. D. Hunt --- tools/agent-ctl/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/agent-ctl/src/client.rs b/tools/agent-ctl/src/client.rs index 47e6a85bd75..3950e7005c2 100644 --- a/tools/agent-ctl/src/client.rs +++ b/tools/agent-ctl/src/client.rs @@ -1179,7 +1179,7 @@ fn agent_cmd_sandbox_list_routes( #[inline] fn builtin_cmd_repeat(_cfg: &Config, _options: &mut Options, _args: &str) -> (Result<()>, bool) { - // XXX: NOP implementation. Due to the way repeat has to work, providing + // XXX: NOP implementation. Due to the way repeat has to work, providing a // handler like this is "too late" to be useful. However, a handler // is required as "repeat" is a valid command. //