Fix OutputPath.InSameDir example
The OutputPath.InSameDir example was called FileInSameDir.
Test: go vet ./android
Change-Id: I056c49e6b39f6124b0fa32ebc3498a2fe42c8ddc
diff --git a/android/paths_test.go b/android/paths_test.go
index 03e1410..ba3cecc 100644
--- a/android/paths_test.go
+++ b/android/paths_test.go
@@ -1270,7 +1270,7 @@
// boot.art boot.oat
}
-func ExampleOutputPath_FileInSameDir() {
+func ExampleOutputPath_InSameDir() {
ctx := &configErrorWrapper{
config: TestConfig("out", nil, "", nil),
}