|
From: Jean D. <jde...@su...> - 2015-09-09 08:56:26
|
hava -> have
---
coregrind/m_syswrap/syswrap-linux.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- valgrind.orig/coregrind/m_syswrap/syswrap-linux.c 2015-09-09 08:41:50.164499996 +0200
+++ valgrind/coregrind/m_syswrap/syswrap-linux.c 2015-09-09 08:50:20.024849278 +0200
@@ -6862,7 +6862,7 @@ PRE(sys_ioctl)
PRE_MEM_READ("ioctl(VKI_I2C_SMBUS).i2c_smbus_ioctl_data.command",
(Addr)&vkis->command, sizeof(vkis->command));
/* i2c_smbus_write_quick hides its value in read_write, so
- this variable can hava a different meaning */
+ this variable can have a different meaning */
/* to make matters worse i2c_smbus_write_byte stores its
value in command */
if ( ! ((vkis->size == VKI_I2C_SMBUS_QUICK) ||
@@ -9387,7 +9387,7 @@ POST(sys_ioctl)
struct vki_i2c_smbus_ioctl_data *vkis
= (struct vki_i2c_smbus_ioctl_data *) ARG3;
/* i2c_smbus_write_quick hides its value in read_write, so
- this variable can hava a different meaning */
+ this variable can have a different meaning */
/* to make matters worse i2c_smbus_write_byte stores its
value in command */
if ((vkis->read_write == VKI_I2C_SMBUS_READ)
--
Jean Delvare
SUSE L3 Support
|