From 9a49ab8260435da6ba3cf26d7a7f0fcc5c2b8efa Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 2 Nov 2016 16:32:59 -0600 Subject: [PATCH] Correct a wrong comment --- include/nuttx/semaphore.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/nuttx/semaphore.h b/include/nuttx/semaphore.h index 7fef2a91c5..d9df434fef 100644 --- a/include/nuttx/semaphore.h +++ b/include/nuttx/semaphore.h @@ -67,9 +67,7 @@ struct nsem_inode_s sem_t ns_sem; /* The contained semaphore */ - /* Inode payload unique to named semaphores. ns_inode must appear first - * in this structure in order to support casting between type sem_t and - * types of struct nsem_inode_s. */ + /* Inode payload unique to named semaphores. */ FAR struct inode *ns_inode; /* Containing inode */ };