From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751937AbcL1Rlc (ORCPT ); Wed, 28 Dec 2016 12:41:32 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:34569 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751249AbcL1Rla (ORCPT ); Wed, 28 Dec 2016 12:41:30 -0500 From: Colin King To: Jonathan Cameron , Gregor Boirie , Peter Meerwald-Stadler , Matt Ranostay , William Breathitt Gray Cc: linux-kernel@vger.kernel.org Subject: [PATCH] iio: Documentation: fix spelling mistake: "deactived" -> "deactivated" Date: Wed, 28 Dec 2016 17:40:23 +0000 Message-Id: <20161228174023.20385-1-colin.king@canonical.com> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King trivial fix to spelling mistake in iio documentation Signed-off-by: Colin Ian King --- Documentation/ABI/testing/sysfs-bus-iio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index b8f220f..cfd53db 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -805,7 +805,7 @@ Description: attribute. E.g. if in_voltage0_raw_thresh_rising_value is set to 1200 and in_voltage0_raw_thresh_rising_hysteresis is set to 50. The event will get activated once in_voltage0_raw goes above 1200 and will become - deactived again once the value falls below 1150. + deactivated again once the value falls below 1150. What: /sys/.../events/in_accel_x_raw_roc_rising_value What: /sys/.../events/in_accel_x_raw_roc_falling_value -- 2.10.2