summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/isteps/mem_utils.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/isteps/mem_utils.H b/src/include/usr/isteps/mem_utils.H
index 2ab47d052..88fc75943 100644
--- a/src/include/usr/isteps/mem_utils.H
+++ b/src/include/usr/isteps/mem_utils.H
@@ -51,7 +51,7 @@ uint64_t get_top_mem_addr(const TARGETING::Target* i_proc);
/**
* @brief Utility function to obtain the lowest known address in the system
*
- * @return the lowest know address in the system
+ * @return the lowest known address in the system
*/
uint64_t get_bottom_mem_addr();
@@ -62,7 +62,7 @@ uint64_t get_bottom_mem_addr();
* must not be nullptr or the func will assert
* must be of TYPE_PROC or the func will assert
*
- * @return the lowest know address on the specified proc
+ * @return the lowest known address on the specified proc
*/
uint64_t get_bottom_mem_addr(const TARGETING::Target* i_proc);
OpenPOWER on IntegriCloud