Fix documentation for createLinkerInput owner

The existing text is a clear copy/paste error. My proposed replacement is the most sensible explanation I can give for this field, given my lack of context for this component.

Suggested reviewer: plf@

Closes #11613.

PiperOrigin-RevId: 318293226
diff --git a/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/cpp/CcModuleApi.java b/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/cpp/CcModuleApi.java
index 98a88c6..c5f827e 100644
--- a/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/cpp/CcModuleApi.java
+++ b/src/main/java/com/google/devtools/build/lib/skylarkbuildapi/cpp/CcModuleApi.java
@@ -633,7 +633,7 @@
       parameters = {
         @Param(
             name = "owner",
-            doc = "List of <code>LibraryToLink</code>.",
+            doc = "The label of the target that produced all files used in this input.",
             positional = false,
             named = true,
             type = Label.class),