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