summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_sem.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/mm/mm_sem.c')
-rw-r--r--nuttx/mm/mm_sem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/mm/mm_sem.c b/nuttx/mm/mm_sem.c
index 43d5221cd..f0b35cdda 100644
--- a/nuttx/mm/mm_sem.c
+++ b/nuttx/mm/mm_sem.c
@@ -1,7 +1,7 @@
/****************************************************************************
- * mm_sem.c
+ * mm/mm_sem.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -45,7 +45,7 @@
#include "mm_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Define the following to enable semaphore state monitoring */