diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-25 07:36:58 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-28 07:23:59 -0600 |
commit | c0270efc510e53afd99f35aff0d0251672ae07c3 (patch) | |
tree | d48e6bd6c81a7ed90c7becef7405a7254abf70b3 /Documentation | |
parent | 62e153c46f699efa13f5fa4445c2ecc4c5de1ec1 (diff) |
Documentation: pps: fix spelling mistake
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pps/pps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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); |