From 0edc363e85fcbffdf0b72ffc7e907231bad1181d Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <gregory.pavlakis@gmail.com> Date: Mon, 18 Mar 2019 16:43:52 +0000 Subject: [PATCH] Fix blunder in documentation comment --- src/Services/MemoryManagementService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/MemoryManagementService.cpp b/src/Services/MemoryManagementService.cpp index 63156713..ebb58a11 100644 --- a/src/Services/MemoryManagementService.cpp +++ b/src/Services/MemoryManagementService.cpp @@ -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. * -- GitLab