aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/pps/pps.txt2
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:
98 }; 98 };
99 99
100and then calling the function pps_register_source() in your 100and then calling the function pps_register_source() in your
101intialization routine as follows: 101initialization routine as follows:
102 102
103 source = pps_register_source(&pps_ktimer_info, 103 source = pps_register_source(&pps_ktimer_info,
104 PPS_CAPTUREASSERT | PPS_OFFSETASSERT); 104 PPS_CAPTUREASSERT | PPS_OFFSETASSERT);