Skip to content
Snippets Groups Projects
Commit 0edc363e authored by Grigoris Pavlakis's avatar Grigoris Pavlakis
Browse files

Fix blunder in documentation comment

parent 626b7f80
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ MemoryManagementService::RawDataMemoryManagement::RawDataMemoryManagement(
// Function declarations for the raw data memory management subservice
void MemoryManagementService::RawDataMemoryManagement::loadRawData(Message &request) {
/**
* * Bear in mind that there is currently no error checking for invalid parameters.
* Bear in mind that there is currently no error checking for invalid parameters.
* A future version will include error checking and the corresponding error report/notification,
* as the manual implies.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment