1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/ccs811: sys/hashes: fix typo usefull -> useful

This commit is contained in:
Rotzbua 2019-08-25 19:25:59 +02:00 committed by Alexandre Abadie
parent 1b1c902dd3
commit 5a8bac399c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
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