summaryrefslogtreecommitdiff
path: root/include/physmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/physmem.h')
-rw-r--r--include/physmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/physmem.h b/include/physmem.h
index 03d3a78b741..c88ae9653f7 100644
--- a/include/physmem.h
+++ b/include/physmem.h
@@ -16,6 +16,6 @@
* @param c The character to set each byte of the region to.
* @param n The number of bytes to set.
*
- * @return The physical address of the memory which was set.
+ * Return: The physical address of the memory which was set.
*/
phys_addr_t arch_phys_memset(phys_addr_t s, int c, phys_size_t n);