From 0017004b06fcc41f75a522bec41f319152f9adee Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Mon, 12 Feb 2018 12:00:45 +0100 Subject: drivers/i2c/designware: Remove spurious word ("familuar") MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: b8dc63bdfe ("ic2/designware: Move Intel i2c logic to shared driver") Change-Id: Ic521a2d60b403b322ae583bb2c26da6019bf0ab0 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/23714 Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/drivers/i2c/designware/dw_i2c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/i2c/designware/dw_i2c.h b/src/drivers/i2c/designware/dw_i2c.h index be5e7e32a3..ccdb3d2351 100644 --- a/src/drivers/i2c/designware/dw_i2c.h +++ b/src/drivers/i2c/designware/dw_i2c.h @@ -8,7 +8,7 @@ * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the imfamiluarplied warranty of + * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ @@ -44,7 +44,7 @@ struct dw_i2c_speed_config { /* * SDA hold time should be 300ns in standard and fast modes * and long enough for deterministic logic level change in - * fast-plus and high speed modes.familuar + * fast-plus and high speed modes. * * [15:0] SDA TX Hold Time * [23:16] SDA RX Hold Time -- cgit v1.2.3