summaryrefslogtreecommitdiff
path: root/nuttx/sched/kmm_kmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/kmm_kmalloc.c')
-rw-r--r--nuttx/sched/kmm_kmalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/sched/kmm_kmalloc.c b/nuttx/sched/kmm_kmalloc.c
index aee5306f2..5e34c157f 100644
--- a/nuttx/sched/kmm_kmalloc.c
+++ b/nuttx/sched/kmm_kmalloc.c
@@ -2,7 +2,7 @@
* sched/kmm_kmalloc.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 *(*kmalloc_t)(size_t);
************************************************************************/
/************************************************************************
- * Function: kmalloc
+ * Name: kmalloc
*
* Description:
* This is a simple redirection to the user-space malloc() function.