diff options
| author | KunoiSayami <[email protected]> | 2021-12-26 00:25:53 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-12-26 00:25:53 +0800 |
| commit | 0d6e6d17e1c3f01386254613a059b5138fb01e52 (patch) | |
| tree | 4e4246782b64dae7ef20efab98757d7428e2dd52 /db/skiplist.cuh | |
| parent | 9406aaf2566cc68e75cc01ba02dfa83b2179d9f6 (diff) | |
test: Bump version
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'db/skiplist.cuh')
| -rw-r--r-- | db/skiplist.cuh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skiplist.cuh b/db/skiplist.cuh index a285b8e..b12305f 100644 --- a/db/skiplist.cuh +++ b/db/skiplist.cuh @@ -170,7 +170,7 @@ struct SkipList<Key, Comparator>::Node { // DO NOTHING HERE } - // Accessors/mutators for links. Wrapped in methods so we can + // Accessors/mutators for links. Wrapped in methods, so we can // add the appropriate barriers as necessary. __device__ Node* Next(int n) { assert(n >= 0); |
