aboutsummaryrefslogtreecommitdiffstats
path: root/agent/protect-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/protect-tool.c')
-rw-r--r--agent/protect-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c
index fa97b694d..d683f4aec 100644
--- a/agent/protect-tool.c
+++ b/agent/protect-tool.c
@@ -611,7 +611,7 @@ main (int argc, char **argv )
else if (argc > 1)
usage (1);
- /* Allocate an CTRL object. An empty object should sufficient. */
+ /* Allocate an CTRL object. An empty object should be sufficient. */
ctrl = xtrycalloc (1, sizeof *ctrl);
if (!ctrl)
{