diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-21 19:48:48 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-21 19:48:48 +0200 |
commit | c0c3f78afb6070721848574e2e5dff5cfa20e28d (patch) | |
tree | 6a1d44ea1e2f3d5425c05fd485c54aa15fda75f6 /crypt | |
parent | 46ed103824ff42668ddfc36c1b3fdb9219d48eee (diff) | |
download | glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.tar.gz glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.tar.xz glibc-c0c3f78afb6070721848574e2e5dff5cfa20e28d.zip |
Fix typos.
Diffstat (limited to 'crypt')
-rw-r--r-- | crypt/speeds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/speeds.c b/crypt/speeds.c index 0d55ae83be..810ecb0b29 100644 --- a/crypt/speeds.c +++ b/crypt/speeds.c @@ -16,7 +16,7 @@ * 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 + * existence an environment variable: HZ giving how many * ticks goes per second. * If not existing in your default environment 50, 60 * or even 100 may be the right value. Perhaps you should |