From 96d0eafc1aa2bc4a1ab787a0c5e17692000e47fe Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Fri, 24 Jan 2014 19:04:28 +0100 Subject: [PATCH] spelling: fix autor to author --- sys/bloom/bloom.c | 6 +++--- sys/hashes/hashes.c | 2 +- sys/include/bloom.h | 4 ++-- sys/include/hashes.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/bloom/bloom.c b/sys/bloom/bloom.c index ccdffd1cf5..02faf46eec 100644 --- a/sys/bloom/bloom.c +++ b/sys/bloom/bloom.c @@ -8,9 +8,9 @@ * details. * * @file - * @autor Jason Linehan - * @autor Christian Mehlis - * @autor Freie Universität Berlin, Computer Systems & Telematics + * @author Jason Linehan + * @author Christian Mehlis + * @author Freie Universität Berlin, Computer Systems & Telematics * */ diff --git a/sys/hashes/hashes.c b/sys/hashes/hashes.c index a0e3566bb6..093738bd39 100644 --- a/sys/hashes/hashes.c +++ b/sys/hashes/hashes.c @@ -10,7 +10,7 @@ /** * @file - * @autor Jason Linehan + * @author Jason Linehan * @author Freie Universität Berlin, Computer Systems & Telematics * @author Christian Mehlis */ diff --git a/sys/include/bloom.h b/sys/include/bloom.h index 9579eca3a1..61a67920d1 100644 --- a/sys/include/bloom.h +++ b/sys/include/bloom.h @@ -109,8 +109,8 @@ * @file bloom.h * @brief Bloom filter API * - * @autor Christian Mehlis - * @autor Freie Universität Berlin, Computer Systems & Telematics + * @author Christian Mehlis + * @author Freie Universität Berlin, Computer Systems & Telematics */ #ifndef _BLOOM_FILTER_H diff --git a/sys/include/hashes.h b/sys/include/hashes.h index 95aa46c9a8..413dfde3bd 100644 --- a/sys/include/hashes.h +++ b/sys/include/hashes.h @@ -15,7 +15,7 @@ * @file hashes.h * @brief Hash function API * - * @autor Jason Linehan + * @author Jason Linehan * @author Freie Universität Berlin, Computer Systems & Telematics * @author Christian Mehlis */ @@ -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 */ \ No newline at end of file +#endif /* __HASHES_H */