summaryrefslogtreecommitdiff
path: root/nuttx/libc/queue/dq_addafter.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/queue/dq_addafter.c')
-rw-r--r--nuttx/libc/queue/dq_addafter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/queue/dq_addafter.c b/nuttx/libc/queue/dq_addafter.c
index bfbe0052d..e4d1abf63 100644
--- a/nuttx/libc/queue/dq_addafter.c
+++ b/nuttx/libc/queue/dq_addafter.c
@@ -1,5 +1,5 @@
/************************************************************
- * lib/queue/dq_addafter.c
+ * libc/queue/dq_addafter.c
*
* Copyright (C) 2007, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>