File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
javascript/upgrades/b9202b62ec8a0304316515941cb45646c6dd6fdd Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1139,7 +1139,7 @@ configLocations(
11391139
11401140/**
11411141 * The time taken for the extraction of a file.
1142- * This table contains non-deternistic content.
1142+ * This table contains non-deterministic content.
11431143 *
11441144 * The sum of the `time` column for each (`file`, `timerKind`) pair
11451145 * is the total time taken for extraction of `file`. The `extractionPhase`
@@ -1149,14 +1149,14 @@ extraction_time(
11491149 int file : @file ref,
11501150 // see `com.semmle.js.extractor.ExtractionMetrics.ExtractionPhase`.
11511151 int extractionPhase: int ref,
1152- // 0 for the elapsed CPU time in nanoseconds, 1 for the wall elapsed wallclock time in nanoseconds
1152+ // 0 for the elapsed CPU time in nanoseconds, 1 for the elapsed wallclock time in nanoseconds
11531153 int timerKind: int ref,
11541154 float time: float ref
11551155)
11561156
11571157/**
11581158 * Non-timing related data for the extraction of a single file.
1159- * This table contains non-deternistic content.
1159+ * This table contains non-deterministic content.
11601160 */
11611161extraction_data(
11621162 int file : @file ref,
You can’t perform that action at this time.
0 commit comments