diff options
Diffstat (limited to 'crypt/speeds.c')
-rw-r--r-- | crypt/speeds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypt/speeds.c b/crypt/speeds.c index 7362391892..6043eab129 100644 --- a/crypt/speeds.c +++ b/crypt/speeds.c @@ -12,13 +12,13 @@ #include <stdio.h> #ifndef SIGVTALRM -/* +/* * patch from chip@chinacat.unicom.com (Chip Rosenthal): * you may enable it if your system does not include * a setitimer() function. You'll have to ensure the * existence a environment variable: HZ giving how many * ticks goes per second. - * If not existing in your default environment 50, 60 + * If not existing in your default environment 50, 60 * or even 100 may be the right value. Perhaps you should * then use 'time ./ufc 10000' instead of guessing. */ |