From 2bc5bf877c96be7ee4a8c5e65e05a19c7a2f16d5 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 17 Oct 2001 06:49:43 +1000 Subject: [PATCH] Typo fix. --- Docs/manual.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 03f85bf4489..f2a784232f5 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -24219,7 +24219,7 @@ optimize this is to spread the data on more than one disk. @item Disk reading/writing. When the disk is at the correct position we need to read the data. With -modern disks in 1999, one disk delivers something like 10-20Mb/s. This +modern disks in 1999, one disk delivers something like 10-20MB/s. This is easier to optimize than seeks because you can read in parallel from multiple disks.