mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
spelling: fix autor to author
This commit is contained in:
parent
8f738930c0
commit
96d0eafc1a
@ -8,9 +8,9 @@
|
||||
* details.
|
||||
*
|
||||
* @file
|
||||
* @autor Jason Linehan <patientulysses@gmail.com>
|
||||
* @autor Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||
* @autor Freie Universität Berlin, Computer Systems & Telematics
|
||||
* @author Jason Linehan <patientulysses@gmail.com>
|
||||
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @autor Jason Linehan <patientulysses@gmail.com>
|
||||
* @author Jason Linehan <patientulysses@gmail.com>
|
||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||
*/
|
||||
|
@ -109,8 +109,8 @@
|
||||
* @file bloom.h
|
||||
* @brief Bloom filter API
|
||||
*
|
||||
* @autor Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||
* @autor Freie Universität Berlin, Computer Systems & Telematics
|
||||
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||
*/
|
||||
|
||||
#ifndef _BLOOM_FILTER_H
|
||||
|
@ -15,7 +15,7 @@
|
||||
* @file hashes.h
|
||||
* @brief Hash function API
|
||||
*
|
||||
* @autor Jason Linehan <patientulysses@gmail.com>
|
||||
* @author Jason Linehan <patientulysses@gmail.com>
|
||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||
*/
|
||||
@ -157,4 +157,4 @@ uint32_t rotating_hash(const uint8_t *buf, size_t len);
|
||||
uint32_t one_at_a_time_hash(const uint8_t *buf, size_t len);
|
||||
|
||||
/** @} */
|
||||
#endif /* __HASHES_H */
|
||||
#endif /* __HASHES_H */
|
||||
|
Loading…
Reference in New Issue
Block a user