From 018ff6e65dcc563321d27d010e693dd8413e2f45 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 17:44:35 +0000 Subject: Consolidate buffer dumping; fix all occurrences of 'the the' git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/sem_holder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/sched/sem_holder.c') diff --git a/nuttx/sched/sem_holder.c b/nuttx/sched/sem_holder.c index 825f04b02..66ee2592a 100644 --- a/nuttx/sched/sem_holder.c +++ b/nuttx/sched/sem_holder.c @@ -114,7 +114,7 @@ static inline FAR struct semholder_s *sem_allocholder(sem_t *sem) pholder->flink = sem->hlist.flink; sem->hlist.flink = pholder; - /* Make sure the the initial count is zero */ + /* Make sure the initial count is zero */ pholder->counts = 0; } -- cgit v1.2.3