Fix typo in error message
PiperOrigin-RevId: 299892043 Change-Id: Id902d95ebe24459432d8a149702ae416d6a4c0ae
This commit is contained in:
parent
d3e5a16f32
commit
7d1e7499ea
@ -136,7 +136,7 @@ Status PartitionedCallOp::FillOutputDevices(
|
||||
const FunctionLibraryDefinition* flib = lib.GetFunctionLibraryDefinition();
|
||||
const FunctionDef* fdef = flib->Find(func_->name());
|
||||
if (fdef == nullptr) {
|
||||
return errors::NotFound("Failed for find definition for function \"",
|
||||
return errors::NotFound("Failed to find definition for function \"",
|
||||
func_->name(), "\"");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user