Skip to content

Commit 903b6a0

Browse files
larsclausenjic23
authored andcommitted
iio: xilinx-xadc: Fix typo
Fix a typo. 'at the a time' -> 'at a time'. Signed-off-by: Lars-Peter Clausen <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent a630117 commit 903b6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iio/adc/xilinx-xadc-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ static int xadc_trigger_set_state(struct iio_trigger *trigger, bool state)
653653
mutex_lock(&xadc->mutex);
654654

655655
if (state) {
656-
/* Only one of the two triggers can be active at the a time. */
656+
/* Only one of the two triggers can be active at a time. */
657657
if (xadc->trigger != NULL) {
658658
ret = -EBUSY;
659659
goto err_out;

0 commit comments

Comments
 (0)