Skip to content

Commit ec58ccc

Browse files
author
Esben Sparre Andreasen
committed
JS: fixup dbscheme in upgrade directory
1 parent 5d6997c commit ec58ccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

javascript/upgrades/b9202b62ec8a0304316515941cb45646c6dd6fdd/semmlecode.javascript.dbscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/
11611161
extraction_data(
11621162
int file : @file ref,

0 commit comments

Comments
 (0)