Skip to content

Commit 93b8bb8

Browse files
committed
[platform] Fix doxygen error @return to @return
1 parent 5e7ce5f commit 93b8bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_mem_trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void *mbed_mem_trace_realloc(void *res, void *ptr, size_t size, void *caller);
9191
* @param nmemb the 'nmemb' argument given to 'calloc'.
9292
* @param size the 'size' argument given to 'calloc'.
9393
* @param caller the caller of the memory operation.
94-
* @Return 'res' (the first argument).
94+
* @return 'res' (the first argument).
9595
*/
9696
void *mbed_mem_trace_calloc(void *res, size_t num, size_t size, void *caller);
9797

0 commit comments

Comments
 (0)