From ccb420380b2f23f1bd28b17e6a4233c86291887d Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 20 Feb 2017 16:25:15 -0500 Subject: Fix spelling. -- Clean up several other misspellings noticed while reviewing Yuri's de-duplication patch. Signed-off-by: Daniel Kahn Gillmor --- agent/call-scd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'agent/call-scd.c') diff --git a/agent/call-scd.c b/agent/call-scd.c index 33a08a995..8d46b905d 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -50,13 +50,13 @@ /* Definition of module local data of the CTRL structure. */ struct scd_local_s { - /* We keep a list of all allocated context with an achnor at + /* We keep a list of all allocated context with an anchor at SCD_LOCAL_LIST (see below). */ struct scd_local_s *next_local; /* We need to get back to the ctrl object actually referencing this - structure. This is really an awkward way of enumerint the lcoal - contects. A much cleaner way would be to keep a global list of + structure. This is really an awkward way of enumerating the local + contexts. A much cleaner way would be to keep a global list of ctrl objects to enumerate them. */ ctrl_t ctrl_backlink; -- cgit v1.2.3