From 24cf0606b43038c7ce5e9c6ccb921895619c04f0 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 20 Feb 2017 16:19:50 -0500 Subject: Clean up word replication. -- This fixes extra word repetitions (like "the the" or "is is") in the code and docs. Signed-off-by: Daniel Kahn Gillmor --- agent/call-scd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agent/call-scd.c') diff --git a/agent/call-scd.c b/agent/call-scd.c index 71e0f581c..33a08a995 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -50,7 +50,7 @@ /* Definition of module local data of the CTRL structure. */ struct scd_local_s { - /* We keep a list of all allocated context with a an achnor at + /* We keep a list of all allocated context with an achnor at SCD_LOCAL_LIST (see below). */ struct scd_local_s *next_local; -- cgit v1.2.3