From 7cd69b55ec72548dfb4d83da83aff6182a08a291 Mon Sep 17 00:00:00 2001 From: sobrado <> Date: Sat, 31 Oct 2009 13:29:07 +0000 Subject: s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). --- src/lib/libc/crypt/md5crypt.c | 4 ++-- src/lib/libcrypto/des/times/aix.cc | 4 ++-- src/lib/libssl/src/crypto/des/times/aix.cc | 4 ++-- src/lib/libssl/src/times/aix.t | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/crypt/md5crypt.c b/src/lib/libc/crypt/md5crypt.c index fe1393cf7c..b32cd2115f 100644 --- a/src/lib/libc/crypt/md5crypt.c +++ b/src/lib/libc/crypt/md5crypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5crypt.c,v 1.14 2005/08/08 08:05:33 espie Exp $ */ +/* $OpenBSD: md5crypt.c,v 1.15 2009/10/31 13:29:07 sobrado Exp $ */ /* * ---------------------------------------------------------------------------- @@ -108,7 +108,7 @@ md5crypt(const char *pw, const char *salt) /* * and now, just to make sure things don't run too fast - * On a 60 Mhz Pentium this takes 34 msec, so you would + * On a 60 MHz Pentium this takes 34 msec, so you would * need 30 seconds to build a 1000 entry dictionary... */ for(i=0;i<1000;i++) { diff --git a/src/lib/libcrypto/des/times/aix.cc b/src/lib/libcrypto/des/times/aix.cc index d96b74e2ce..e9b2e45751 100644 --- a/src/lib/libcrypto/des/times/aix.cc +++ b/src/lib/libcrypto/des/times/aix.cc @@ -2,10 +2,10 @@ From: Paco Garcia This machine is a Bull Estrella Minitower Model MT604-100 Processor : PPC604 -P.Speed : 100Mhz +P.Speed : 100MHz Data/Instr Cache : 16 K L2 Cache : 256 K -PCI BUS Speed : 33 Mhz +PCI BUS Speed : 33 MHz TransfRate PCI : 132 MB/s Memory : 96 MB diff --git a/src/lib/libssl/src/crypto/des/times/aix.cc b/src/lib/libssl/src/crypto/des/times/aix.cc index d96b74e2ce..e9b2e45751 100644 --- a/src/lib/libssl/src/crypto/des/times/aix.cc +++ b/src/lib/libssl/src/crypto/des/times/aix.cc @@ -2,10 +2,10 @@ From: Paco Garcia This machine is a Bull Estrella Minitower Model MT604-100 Processor : PPC604 -P.Speed : 100Mhz +P.Speed : 100MHz Data/Instr Cache : 16 K L2 Cache : 256 K -PCI BUS Speed : 33 Mhz +PCI BUS Speed : 33 MHz TransfRate PCI : 132 MB/s Memory : 96 MB diff --git a/src/lib/libssl/src/times/aix.t b/src/lib/libssl/src/times/aix.t index 4f24e3980e..590481c9d9 100644 --- a/src/lib/libssl/src/times/aix.t +++ b/src/lib/libssl/src/times/aix.t @@ -1,10 +1,10 @@ from Paco Garcia This machine is a Bull Estrella Minitower Model MT604-100 Processor : PPC604 -P.Speed : 100Mhz +P.Speed : 100MHz Data/Instr Cache : 16 K L2 Cache : 256 K -PCI BUS Speed : 33 Mhz +PCI BUS Speed : 33 MHz TransfRate PCI : 132 MB/s Memory : 96 MB -- cgit v1.2.3-55-g6feb