iio: industrialio-event: Fix typo 's/dynically/dynamically/'
[deliverable/linux.git] / drivers / iio / industrialio-event.c
index 3f5cee0295c5c0248d4ad9693633bbfcb09294f0..78cf115dc0d4595cae5d114316df67802e980b2f 100644 (file)
@@ -411,7 +411,7 @@ static inline int __iio_add_event_config_attrs(struct iio_dev *indio_dev)
 {
        int j, ret, attrcount = 0;
 
-       /* Dynically created from the channels array */
+       /* Dynamically created from the channels array */
        for (j = 0; j < indio_dev->num_channels; j++) {
                ret = iio_device_add_event_sysfs(indio_dev,
                                                 &indio_dev->channels[j]);
This page took 0.026201 seconds and 5 git commands to generate.