aboutsummaryrefslogtreecommitdiff
path: root/cc/primitive_set.h
diff options
context:
space:
mode:
authorBartosz Przydatek <przydatek@google.com>2017-05-06 14:32:26 +0000
committerThai Duong <thaidn@google.com>2017-05-10 16:48:57 -0700
commit16e07af730091d4c241f210cb0dc51be28643cc9 (patch)
tree494bc947a0873c13f3647cce6724fce3eaee648e /cc/primitive_set.h
parentb3de830b32fdd29feda90efcd2ef566ce8c39359 (diff)
downloadtink-16e07af730091d4c241f210cb0dc51be28643cc9.tar.gz
Merge "Adding implementation of AeadFactory."
ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: 64c290e4198e0bf305a446ee71c26b7a4d20c69d
Diffstat (limited to 'cc/primitive_set.h')
-rw-r--r--cc/primitive_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/primitive_set.h b/cc/primitive_set.h
index d45309aff..06b8c22da 100644
--- a/cc/primitive_set.h
+++ b/cc/primitive_set.h
@@ -90,7 +90,7 @@ class PrimitiveSet {
return get_primitives(CryptoFormat::kRawPrefix);
}
- // Returns the entries with primitive identifed by 'identifier'.
+ // Returns the entries with primitives identifed by 'identifier'.
util::StatusOr<Primitives*> get_primitives(
const std::string& identifier) {
typename CiphertextPrefixToPrimitivesMap::iterator found =