From 893c3ae892961facc9be8bd300160222e694ab34 Mon Sep 17 00:00:00 2001 From: Alexander Goncharov Date: Sat, 4 Feb 2023 15:20:37 +0400 Subject: tree: Drop repeated words Found-by: linter Change-Id: I7c6d0887a45fdb4b6de294770a7fdd5545a9479b Signed-off-by: Alexander Goncharov Reviewed-on: https://review.coreboot.org/c/coreboot/+/72795 Reviewed-by: Nicholas Chin Reviewed-by: Elyes Haouas Reviewed-by: Eric Lai Reviewed-by: Erik van den Bogaert Reviewed-by: Frans Hendriks Tested-by: build bot (Jenkins) --- util/sconfig/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/sconfig') diff --git a/util/sconfig/main.c b/util/sconfig/main.c index a532dd4b9d..6618a45b1a 100644 --- a/util/sconfig/main.c +++ b/util/sconfig/main.c @@ -317,7 +317,7 @@ static struct chip *get_chip(char *path) sprintf(chip_h, "src/%s", path); if ((stat(chip_h, &st) == -1) && (errno == ENOENT)) { /* root_complex gets away without a separate directory, but - * exists on on pretty much all AMD chipsets. + * exists on pretty much all AMD chipsets. */ if (!strstr(path, "/root_complex")) { fprintf(stderr, "ERROR: Chip component %s does not exist.\n", -- cgit v1.2.3