1
0
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:
Christian Mehlis 2014-01-24 19:04:28 +01:00
parent 8f738930c0
commit 96d0eafc1a
4 changed files with 8 additions and 8 deletions

View File

@ -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
*
*/

View File

@ -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>
*/

View File

@ -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

View File

@ -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 */