Doc fixes.
[bertos.git] / algo / rotating_hash.h
index 123f2d3ba30cf184cd7c2c5daa9ad45ef94fcc74..c154af1d33a8b3f28d57acb7ca28d7b1d934e610 100644 (file)
@@ -43,8 +43,8 @@
  */
 
 
-#ifndef ALGOS_ROTATING_H
-#define ALGOS_ROTATING_H
+#ifndef ALGO_ROTATING_H
+#define ALGO_ROTATING_H
 
 #include <cfg/compiler.h>
 
@@ -79,4 +79,4 @@ INLINE void rotating_update(const void *_buf, size_t len, rotating_t *rot)
 }
 
 
-#endif // ALGOS_ROTATING_H
+#endif // ALGO_ROTATING_H