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