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