Преглед на файлове

core: Correct an error in doxygen comments.

One of previous commits added an extra comment-closing sequence
which caused a compilation error. This patch fixes that.
Jan Janak преди 16 години
родител
ревизия
061274a5b2
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      timer_funcs.h

+ 1 - 2
timer_funcs.h

@@ -57,13 +57,12 @@ struct timer_head{
  * (1<<H0_BITS)*sizeof(struct timer_head) bytes of memory, so arrange it
  * accordingly
  *
-x* Uses ~280K on a 64 bits system and ~140K on a 32 bit system; for TICKS_HZ=10
+ * Uses ~280K on a 64 bits system and ~140K on a 32 bit system; for TICKS_HZ=10
  * holds ~ 30 min in the first hash/wheel and ~233h in the first two.
  * More perfomant arrangement: 16, 8, 8 (but eats 1 MB on a 64 bit system, and
  *  512K on a 32 bit one). For TICKS_HZ=10 it holds almost 2h in the
  *  first hash/wheel and ~460h in the first two.
  */
- */
 /*@{ */
 
 #define H0_BITS 14