aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
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;
}