summaryrefslogtreecommitdiffstats
path: root/src/usr/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/util')
-rw-r--r--src/usr/util/utilmem.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/util/utilmem.C b/src/usr/util/utilmem.C
index 6d6e8e6cb..04afd4574 100644
--- a/src/usr/util/utilmem.C
+++ b/src/usr/util/utilmem.C
@@ -174,7 +174,7 @@ uint32_t UtilMem::read(
* @userdata1[0:31] Task ID.
* @userdata1[31:64] End of File (boolean)
* @userdata2 Address of memory buffer.
- * @devdesc Bad memory pointer recieved.
+ * @devdesc Bad memory pointer received.
*/
l_erc = UTIL_ERC_BAD_PTR;
}
@@ -269,7 +269,7 @@ uint32_t UtilMem::write(
* @userdata1[0:31] Task ID.
* @userdata1[31:64] End of File (boolean)
* @userdata2 Address of memory buffer.
- * @devdesc Bad memory pointer recieved.
+ * @devdesc Bad memory pointer received.
*/
l_erc = UTIL_ERC_BAD_PTR;
}
OpenPOWER on IntegriCloud