aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/path_test.go')
-rw-r--r--container/path_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/path_test.go b/container/path_test.go
index 9af2d2f9..ce959614 100644
--- a/container/path_test.go
+++ b/container/path_test.go
@@ -38,5 +38,5 @@ func TestToHost(t *testing.T) {
}
}
-// InternalToHostOvlEscape exports toHost passed to escapeOverlayDataSegment.
-func InternalToHostOvlEscape(s string) string { return escapeOverlayDataSegment(toHost(s)) }
+// InternalToHostOvlEscape exports toHost passed to EscapeOverlayDataSegment.
+func InternalToHostOvlEscape(s string) string { return EscapeOverlayDataSegment(toHost(s)) }