summaryrefslogtreecommitdiff
path: root/nuttx/sched/kmm_krealloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/kmm_krealloc.c')
-rw-r--r--nuttx/sched/kmm_krealloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/kmm_krealloc.c b/nuttx/sched/kmm_krealloc.c
index 91b3448b8..3d3726566 100644
--- a/nuttx/sched/kmm_krealloc.c
+++ b/nuttx/sched/kmm_krealloc.c
@@ -2,7 +2,7 @@
* sched/kmm_krealloc.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -84,7 +84,7 @@ typedef FAR void *(*krealloc_t)(FAR void*, size_t);
************************************************************************/
/************************************************************************
- * Function: krealloc
+ * Name: krealloc
*
* Description:
* This is a simple redirection to the user-space realloc() function.