Remove superfluous "is".

This commit is contained in:
Joel Dahl 2006-04-18 17:44:07 +00:00
parent d9416ea1f3
commit dc6f46178a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27581

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.33 2006/04/04 17:59:04 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.34 2006/04/18 17:41:58 joel Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -151,7 +151,7 @@
<a name="p-tmpfs"></a>
<h2>Port the NetBSD tmpfs (efficient memory file system)</h2>
<p>At the moment FreeBSD includes a memory-based file system called mfs.
mfs is is just an implementation of the regular ffs - designed for
mfs is just an implementation of the regular ffs - designed for
persistent storage - on top of the (volatile) virtual memory system.
This means that it uses the same data structures as the on-disk
implementation, rendering less than optimal performance and memory