summaryrefslogtreecommitdiffstats
path: root/src/H5FDs3comms.h
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2023-10-03 19:39:01 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2023-10-03 19:39:01 (GMT)
commitdb8b00865fdb76ce076d2032a0b27c5b012e9afc (patch)
tree3ffb877096fe9dec084f9d0d6a43e9a416460f35 /src/H5FDs3comms.h
parent3f0b8817a166bac02ee6155544b950d9c4cdfbc3 (diff)
parentcb6de06dcc18b31ab3f1d53bd93f0bbfaa0a17e1 (diff)
downloadhdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.zip
hdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.tar.gz
hdf5-db8b00865fdb76ce076d2032a0b27c5b012e9afc.tar.bz2
Merge branch 'develop' into feature/vol_tools_tests
Diffstat (limited to 'src/H5FDs3comms.h')
-rw-r--r--src/H5FDs3comms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDs3comms.h b/src/H5FDs3comms.h
index b29d2d8..120a71a 100644
--- a/src/H5FDs3comms.h
+++ b/src/H5FDs3comms.h
@@ -211,7 +211,7 @@
*
* `magic` (unsigned long)
*
- * "unique" idenfier number for the structure type
+ * "unique" identifier number for the structure type
*
* `name` (char *)
*
@@ -458,7 +458,7 @@ typedef struct {
*
* `signing_key` (unsigned char *)
*
- * Pointer to `SHA256_DIGEST_LENGTH`-long string for "re-usable" signing
+ * Pointer to `SHA256_DIGEST_LENGTH`-long string for "reusable" signing
* key, generated via
* `HMAC-SHA256(HMAC-SHA256(HMAC-SHA256(HMAC-SHA256("AWS4<secret_key>",
* "<yyyyMMDD"), "<aws-region>"), "<aws-service>"), "aws4_request")`