From: Eric Engestrom Date: Mon, 25 Apr 2016 06:36:58 +0000 (+0100) Subject: Documentation: pps: fix spelling mistake X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c0270efc510e53afd99f35aff0d0251672ae07c3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Documentation: pps: fix spelling mistake Signed-off-by: Eric Engestrom Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/pps/pps.txt b/Documentation/pps/pps.txt index 7cb7264ad598..50022b3c8ebf 100644 --- a/Documentation/pps/pps.txt +++ b/Documentation/pps/pps.txt @@ -98,7 +98,7 @@ pps_source_info_s as follows: }; and then calling the function pps_register_source() in your -intialization routine as follows: +initialization routine as follows: source = pps_register_source(&pps_ktimer_info, PPS_CAPTUREASSERT | PPS_OFFSETASSERT);