ACK: [PATCH] data: syntaxcheck.json: fix spelling mistakes

ivanhu ivan.hu at canonical.com
Wed Apr 21 07:31:12 UTC 2021



On 4/12/21 8:29 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> There are a few spelling mistakes in the data, fix them.
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  data/syntaxcheck.json | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/data/syntaxcheck.json b/data/syntaxcheck.json
> index 45193548..ff11b68d 100644
> --- a/data/syntaxcheck.json
> +++ b/data/syntaxcheck.json
> @@ -83,7 +83,7 @@
>    },
>    {
>     "id": "ASL_MSG_CORE_EXCEPTION",
> -   "advice": "An internel compiler core execption error has occurred performing a name space lookuop."
> +   "advice": "An internal compiler core exception error has occurred performing a name space lookuop."
>    },
>    {
>     "id": "ASL_MSG_DEBUG_FILE_OPEN",
> @@ -276,7 +276,7 @@
>    },
>    {
>     "id": "ASL_MSG_SERIALIZED",
> -   "advice": "A method needs to be marked Serialized because of the wat Switch() has been implemented (multiple threads cannot execute the method concurrently since local temporary names need to be created which could lead to race condtions).  This should be explicity specified in the original code to avoid potential run time race conditions."
> +   "advice": "A method needs to be marked Serialized because of the wat Switch() has been implemented (multiple threads cannot execute the method concurrently since local temporary names need to be created which could lead to race conditions).  This should be explicitly  specified in the original code to avoid potential run time race conditions."
>    },
>    {
>     "id": "ASL_MSG_SOME_NO_RETVAL",
> 


Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list