Merge pull request #12078 from Rotzbua/fix_typo

fix typo: usefull -> useful
This commit is contained in:
Alexandre Abadie 2019-08-25 21:50:23 +02:00 committed by GitHub
commit 97de3e835b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -200,7 +200,7 @@ int ccs811_read_ntc (const ccs811_t *dev, uint32_t r_ref, uint32_t *r_ntc);
* @brief Data-ready status function
*
* The function reads the status register and returns CSS811_OK when new
* data are available. The function is usefull for polling the sensor.
* data are available. The function is useful for polling the sensor.
*
* @param[in] dev Device descriptor of CCS811 device to read from
*

View File

@ -124,7 +124,7 @@ void sha256_final(sha256_context_t *ctx, void *digest);
/**
* @brief A wrapper function to simplify the generation of a hash, this is
* usefull for generating sha256 for one buffer
* useful for generating sha256 for one buffer
*
* @param[in] data pointer to the buffer to generate hash from
* @param[in] len length of the buffer

View File

@ -154,7 +154,7 @@ void sha3_512_final(keccak_state_t *ctx, void *digest);
/**
* @brief A wrapper function to simplify the generation of a hash, this is
* usefull for generating SHA-3-256 from one buffer
* useful for generating SHA-3-256 from one buffer
*
* @param[in] data pointer to the buffer to generate hash from
* @param[in] len length of the buffer
@ -165,7 +165,7 @@ void sha3_256(void *digest, const void *data, size_t len);
/**
* @brief A wrapper function to simplify the generation of a hash, this is
* usefull for generating SHA-3-384 from one buffer
* useful for generating SHA-3-384 from one buffer
*
* @param[in] data pointer to the buffer to generate hash from
* @param[in] len length of the buffer
@ -176,7 +176,7 @@ void sha3_384(void *digest, const void *data, size_t len);
/**
* @brief A wrapper function to simplify the generation of a hash, this is
* usefull for generating SHA-3-512 from one buffer
* useful for generating SHA-3-512 from one buffer
*
* @param[in] data pointer to the buffer to generate hash from
* @param[in] len length of the buffer