aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/embedded_protocol_buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/aot/embedded_protocol_buffers.h')
-rw-r--r--tensorflow/compiler/aot/embedded_protocol_buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/aot/embedded_protocol_buffers.h b/tensorflow/compiler/aot/embedded_protocol_buffers.h
index ebfe4806c2..4e194a6aba 100644
--- a/tensorflow/compiler/aot/embedded_protocol_buffers.h
+++ b/tensorflow/compiler/aot/embedded_protocol_buffers.h
@@ -71,7 +71,7 @@ struct ProtobufToEmbed {
const ::tensorflow::protobuf::MessageLite* message;
};
-// Embeds a a sequence of protocol buffers into an object file.
+// Embeds a sequence of protocol buffers into an object file.
//
// `target_triple` is the target triple for the target architecture for the
// generated object file.