From fc86203f494516b3599dde7d95f545bc85214e62 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 3 May 2022 17:41:10 +0100 Subject: [PATCH] comment typo (#794) --- src/rp2_common/hardware_i2c/include/hardware/i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/hardware_i2c/include/hardware/i2c.h b/src/rp2_common/hardware_i2c/include/hardware/i2c.h index 23ff8f1..202ec02 100644 --- a/src/rp2_common/hardware_i2c/include/hardware/i2c.h +++ b/src/rp2_common/hardware_i2c/include/hardware/i2c.h @@ -89,7 +89,7 @@ extern i2c_inst_t i2c1_inst; * master. * * The I2C bus frequency is set as close as possible to requested, and - * the return actual rate set is returned + * the actual rate set is returned * * \param i2c Either \ref i2c0 or \ref i2c1 * \param baudrate Baudrate in Hz (e.g. 100kHz is 100000)