spelling: fix autor to author
This commit is contained in:
parent
8f738930c0
commit
96d0eafc1a
@ -8,9 +8,9 @@
|
|||||||
* details.
|
* details.
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @autor Jason Linehan <patientulysses@gmail.com>
|
* @author Jason Linehan <patientulysses@gmail.com>
|
||||||
* @autor Christian Mehlis <mehlis@inf.fu-berlin.de>
|
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||||
* @autor Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
* @autor Jason Linehan <patientulysses@gmail.com>
|
* @author Jason Linehan <patientulysses@gmail.com>
|
||||||
* @author Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -109,8 +109,8 @@
|
|||||||
* @file bloom.h
|
* @file bloom.h
|
||||||
* @brief Bloom filter API
|
* @brief Bloom filter API
|
||||||
*
|
*
|
||||||
* @autor Christian Mehlis <mehlis@inf.fu-berlin.de>
|
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
||||||
* @autor Freie Universität Berlin, Computer Systems & Telematics
|
* @author Freie Universität Berlin, Computer Systems & Telematics
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BLOOM_FILTER_H
|
#ifndef _BLOOM_FILTER_H
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
* @file hashes.h
|
* @file hashes.h
|
||||||
* @brief Hash function API
|
* @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 Freie Universität Berlin, Computer Systems & Telematics
|
||||||
* @author Christian Mehlis <mehlis@inf.fu-berlin.de>
|
* @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);
|
uint32_t one_at_a_time_hash(const uint8_t *buf, size_t len);
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
#endif /* __HASHES_H */
|
#endif /* __HASHES_H */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user