From c42c30946902c08eedd323904a1c0404c23161c9 Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Mon, 17 Aug 2020 00:08:24 +0200 Subject: fix typo in warning Signed-off-by: Luc Van Oostenryck --- parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.c b/parse.c index faf8fcb0..31ecef0f 100644 --- a/parse.c +++ b/parse.c @@ -1180,7 +1180,7 @@ static struct token *attribute_address_space(struct token *token, struct symbol if (Waddress_space && as) { if (ctx->ctype.as) sparse_error(token->pos, - "multiple address space given: %s & %s", + "multiple address spaces given: %s & %s", show_as(ctx->ctype.as), show_as(as)); ctx->ctype.as = as; } -- cgit 1.2.3-korg