Fix copypasta
diff --git a/include/psa/crypto.h b/include/psa/crypto.h
index 21bc3af..2f485cf 100644
--- a/include/psa/crypto.h
+++ b/include/psa/crypto.h
@@ -925,7 +925,7 @@
  *                          They are used as follows:
  *                          - The key type and size may be 0. If either is
  *                            nonzero, it must match the corresponding
- *                            attribute of the source key.
+ *                            attribute of the wrapped key data.
  *                          - The key location (the lifetime and, for
  *                            persistent keys, the key identifier) is
  *                            used directly.
@@ -937,7 +937,7 @@
  *                            embedded in \p data is ignored.
  *                          - The policy constraints (usage flags and
  *                            algorithm policy) are combined from
- *                            the source key and \p attributes so that
+ *                            the wrapped key data and \p attributes so that
  *                            both sets of restrictions apply. The
  *                            policy restrictions are calculated in the
  *                            same way as in psa_copy_key().