Documentation: pps: fix spelling mistake
authorEric Engestrom <eric@engestrom.ch>
Mon, 25 Apr 2016 06:36:58 +0000 (07:36 +0100)
committerJonathan Corbet <corbet@lwn.net>
Thu, 28 Apr 2016 13:23:59 +0000 (07:23 -0600)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/pps/pps.txt

index 7cb7264ad598868a3dc8893a7700f322bb29c6f5..50022b3c8ebf99de1920e7fe5db90c9b5ce62f3f 100644 (file)
@@ -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);