From 8b6eded03dc40986861c03f31897abc06d9cb872 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Fri, 24 Feb 2023 18:07:05 +0000 Subject: [PATCH] Tidy-up comment Co-authored-by: Tom Cosgrove Signed-off-by: Dave Rodgman --- library/platform_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/platform_util.c b/library/platform_util.c index 60b77e84e8..35e29ae884 100644 --- a/library/platform_util.c +++ b/library/platform_util.c @@ -76,7 +76,7 @@ * (refer to http://www.daemonology.net/blog/2014-09-05-erratum.html for * details), optimizations of the following form are still possible: * - * if(memset_func != memset) + * if (memset_func != memset) * memset_func(buf, 0, len); * * Note that it is extremely difficult to guarantee that