From 01ad0657196670b7aa4029da214afae4b75856fe Mon Sep 17 00:00:00 2001 From: GraphR00t <113632189+GraphR00t@users.noreply.github.com> Date: Sat, 18 May 2024 16:58:03 +0200 Subject: [PATCH] core/wal: correct some comments --- internal/core/wal/wal.go | 2 +- internal/core/wal/wal_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/core/wal/wal.go b/internal/core/wal/wal.go index 15cfeb24f..e42120786 100644 --- a/internal/core/wal/wal.go +++ b/internal/core/wal/wal.go @@ -1,5 +1,5 @@ //Modification of https://github.com/tidwall/wal (Josh Baker, MIT licensed). -//This file includes https://github.com/tidwall/wal/pull/22 and https://github.com/tidwall/wal/pull/22. +//This file includes https://github.com/tidwall/wal/pull/22 and https://github.com/tidwall/wal/pull/25. package wal diff --git a/internal/core/wal/wal_test.go b/internal/core/wal/wal_test.go index 8672779ae..ea399d2b0 100644 --- a/internal/core/wal/wal_test.go +++ b/internal/core/wal/wal_test.go @@ -1,5 +1,5 @@ //https://github.com/tidwall/wal by Josh Baker, MIT licensed. -//This file includes https://github.com/tidwall/wal/pull/22 and https://github.com/tidwall/wal/pull/22. +//This file includes https://github.com/tidwall/wal/pull/22 and https://github.com/tidwall/wal/pull/25. package wal