Skip to content

Commit 65efdf6

Browse files
reltukangelamayxie
andauthored
PR feedback: Fix comment typo.
Co-authored-by: angelamayxie <[email protected]>
1 parent 435477f commit 65efdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ type LifecycleAwareSession interface {
232232
// An optional Lifecycle callback which a session can receive. This can be
233233
// delivered periodically during a long running operation, between the
234234
// CommandBegin and CommandEnd calls. Across the call to this method, the
235-
// gms.Egnine is not accessing the session or any of its state, such as
235+
// gms.Engine is not accessing the session or any of its state, such as
236236
// table editors, database providers, etc.
237237
type SafepointAwareSession interface {
238238
CommandSafepoint()

0 commit comments

Comments
 (0)