southbridge/amd/agesa/hudson/smi_util.c: Remove repeated "set"

Change-Id: I6741084651a9472162cf549a4170e954e760f0f1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60908
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
diff --git a/src/southbridge/amd/agesa/hudson/smi_util.c b/src/southbridge/amd/agesa/hudson/smi_util.c
index 6bb4338..3dc2d8a 100644
--- a/src/southbridge/amd/agesa/hudson/smi_util.c
+++ b/src/southbridge/amd/agesa/hudson/smi_util.c
@@ -52,7 +52,7 @@
 	/* SMI0 source is GEVENT0 and so on */
 	configure_smi(gevent, mode);
 
-	/* And set set the trigger level */
+	/* And set the trigger level */
 	reg32 = smi_read32(SMI_REG_SMITRIG0);
 	reg32 &= ~(1 << gevent);
 	reg32 |= (level & 0x1) << gevent;