aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorfelobato <felobato@google.com>2021-10-01 00:13:03 -0700
committerCopybara-Service <copybara-worker@google.com>2021-10-01 00:13:53 -0700
commit5fd4f142dc19ba5ead40f4f2994ee690e3695159 (patch)
tree88460b3d61a32685cd1b2cbad70ed922f2d89c8b /proto
parent9e37b26c652f3f1afa416f4885fc275452e66e20 (diff)
downloadtink-5fd4f142dc19ba5ead40f4f2994ee690e3695159.tar.gz
Fix Bazel Typos
PiperOrigin-RevId: 400123161
Diffstat (limited to 'proto')
-rw-r--r--proto/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/BUILD.bazel b/proto/BUILD.bazel
index 0a11a1de0..dfd834844 100644
--- a/proto/BUILD.bazel
+++ b/proto/BUILD.bazel
@@ -390,7 +390,7 @@ proto_library(
# TPM common
# -----------------------------------------------
proto_library(
- name = "tpm_commom_proto",
+ name = "tpm_common_proto",
srcs = [
"tpm_common.proto",
],
@@ -402,7 +402,7 @@ proto_library(
# TPM hmac
# -----------------------------------------------
proto_library(
- name = "tp_hmac_proto",
+ name = "tpm_hmac_proto",
srcs = [
"tpm_hmac.proto",
],