Skip to content

Commit dcb24fb

Browse files
authored
Merge pull request #102 from athoelke/fix-typos
Fix typos: remove duplicated words
2 parents 685ee3c + d4ef90c commit dcb24fb

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

doc/crypto/api/keys/attributes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Managing key attributes
4141

4242
An implementations can report attribute values that are equivalent to the original one, but have a different encoding. For example, an implementation can use a more compact representation for types where many bit-patterns are invalid or not supported, and store all values that it does not support as a special marker value. In such an implementation, after setting an invalid value, the corresponding get function returns an invalid value which might not be the one that was originally stored.
4343

44-
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
44+
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in implementation-specific behavior, and are non-portable.
4545

4646
An attribute object can contain references to auxiliary resources, for example pointers to allocated memory or indirect references to pre-calculated values. In order to free such resources, the application must call `psa_reset_key_attributes()`. As an exception, calling `psa_reset_key_attributes()` on an attribute object is optional if the object has only been modified by the following functions since it was initialized or last reset with `psa_reset_key_attributes()`:
4747

doc/crypto/api/ops/aead.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Multi-part AEAD operations
382382
psa_aead_operation_t operation;
383383
operation = psa_aead_operation_init();
384384
385-
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
385+
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in implementation-specific behavior, and are non-portable.
386386

387387
.. macro:: PSA_AEAD_OPERATION_INIT
388388
:definition: /* implementation-defined value */

doc/crypto/api/ops/ciphers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Multi-part cipher operations
439439
psa_cipher_operation_t operation;
440440
operation = psa_cipher_operation_init();
441441
442-
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
442+
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in implementation-specific behavior, and are non-portable.
443443

444444
.. macro:: PSA_CIPHER_OPERATION_INIT
445445
:definition: /* implementation-defined value */

doc/crypto/api/ops/hashes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Multi-part hashing operations
309309
psa_hash_operation_t operation;
310310
operation = psa_hash_operation_init();
311311
312-
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
312+
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in implementation-specific behavior, and are non-portable.
313313

314314
.. macro:: PSA_HASH_OPERATION_INIT
315315
:definition: /* implementation-defined value */

doc/crypto/api/ops/kdf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Key derivation functions
399399
psa_key_derivation_operation_t operation;
400400
operation = psa_key_derivation_operation_init();
401401
402-
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
402+
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in implementation-specific behavior, and are non-portable.
403403

404404
.. macro:: PSA_KEY_DERIVATION_OPERATION_INIT
405405
:definition: /* implementation-defined value */

doc/crypto/api/ops/macs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Multi-part MAC operations
318318
psa_mac_operation_t operation;
319319
operation = psa_mac_operation_init();
320320
321-
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
321+
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in implementation-specific behavior, and are non-portable.
322322

323323
.. macro:: PSA_MAC_OPERATION_INIT
324324
:definition: /* implementation-defined value */

doc/ext-pake/api/pake.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ A PAKE cipher suite is required when setting up a PAKE operation in `psa_pake_se
366366

367367
An implementations can report attribute values that are equivalent to the original one, but have a different encoding. For example, an implementation can use a more compact representation for attributes where many bit-patterns are invalid or not supported, and store all values that it does not support as a special marker value. In such an implementation, after setting an invalid value, the corresponding get function returns an invalid value which might not be the one that was originally stored.
368368

369-
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
369+
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in implementation-specific behavior, and are non-portable.
370370

371371
Before calling any function on a PAKE cipher suite object, the application must initialize it by any of the following means:
372372

@@ -691,7 +691,7 @@ Multi-part PAKE operations
691691
psa_pake_operation_t operation;
692692
operation = psa_pake_operation_init();
693693
694-
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in in implementation-specific behavior, and are non-portable.
694+
This is an implementation-defined type. Applications that make assumptions about the content of this object will result in implementation-specific behavior, and are non-portable.
695695

696696
.. macro:: PSA_PAKE_OPERATION_INIT
697697
:definition: /* implementation-defined value */

doc/fwu/appendix/variations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ See :secref:`variations-volatile` for example state models for a component that
4848
Component that requires a reboot, but no trial
4949
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5050

51-
If a component does not require testing before committing the update, the the TRIAL and REJECTED states are not used.
51+
If a component does not require testing before committing the update, the TRIAL and REJECTED states are not used.
5252

5353
* The reboot that installs the firmware will transition the component to UPDATED on success, or FAILED on failure, unless the target state is volatile, in which case the reboot will transition the component to READY.
5454
* The ``accept`` operation is never used.

doc/fwu/terms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
A component with volatile staging does not preserve a firmware image that is in the :term:`staging area` after a reboot.
8484

85-
A component without volatile staging preserves a prepared candidate firmware image after a reboot. It is :scterm:`implementation defined` whether a partially prepared image in in the staging area is retained after a system reset.
85+
A component without volatile staging preserves a prepared candidate firmware image after a reboot. It is :scterm:`implementation defined` whether a partially prepared image in the staging area is retained after a system reset.
8686

8787
See `PSA_FWU_FLAG_VOLATILE_STAGING`.
8888

0 commit comments

Comments
 (0)