Commit e8b4db2b authored by Adam Wujek's avatar Adam Wujek

include/ppsi: fix typo in comment

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 52300c09
...@@ -20,7 +20,7 @@ struct pp_runtime_opts { ...@@ -20,7 +20,7 @@ struct pp_runtime_opts {
int clock_quality_clockAccuracy; // ClockQuality.clockAccuracy int clock_quality_clockAccuracy; // ClockQuality.clockAccuracy
int clock_quality_offsetScaledLogVariance; // ClockQuality.offsetScaledLogVariance int clock_quality_offsetScaledLogVariance; // ClockQuality.offsetScaledLogVariance
int timeSource; // timePropertiesDS_t.timeSource int timeSource; // timePropertiesDS_t.timeSource
Boolean ptpTimeScale; // timePropertiesDS_t.timeSource Boolean ptpTimeScale; // timePropertiesDS_t.timeScale
Boolean frequencyTraceable; // timePropertiesDS_t.frequencyTraceable Boolean frequencyTraceable; // timePropertiesDS_t.frequencyTraceable
Boolean timeTraceable; // timePropertiesDS_t.timeTraceable Boolean timeTraceable; // timePropertiesDS_t.timeTraceable
Integer32 ttl; Integer32 ttl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment