Skip to content

Commit 5903c31

Browse files
Googlercopybara-github
Googler
authored andcommitted
Fix an article in the text. It should be "an import".
PiperOrigin-RevId: 486938898 Change-Id: I50af8fbdecc923d9a13af1d8ca6c61b0eeecf7c8
1 parent 48efe73 commit 5903c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/bazel/rules/cpp/BazelCcImportRule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public Metadata getMetadata() {
7979
cc_import(
8080
name = "mylib",
8181
hdrs = ["mylib.h"],
82-
# mylib.lib is a import library for mylib.dll which will be passed to linker
82+
# mylib.lib is an import library for mylib.dll which will be passed to linker
8383
interface_library = "mylib.lib",
8484
# mylib.dll will be available for runtime
8585
shared_library = "mylib.dll",

0 commit comments

Comments
 (0)