Fix a typo in a DEBUGASSERT statement

This commit is contained in:
Gregory Nutt 2016-02-02 14:41:25 -06:00
parent 03d868be3c
commit be3e86ec89
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ static int i2cdrvr_unlink(FAR struct inode *inode)
/* Get our private data structure */
DEBUGASSERT(inde != NULL && inode->i_private != NULL);
DEBUGASSERT(inode != NULL && inode->i_private != NULL);
priv = (FAR struct i2c_driver_s *)inode->i_private;
/* Get exclusive access to the I2C driver state structure */