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