* LifetimeServices.cs: Implemented all methods.
[mono.git] / doc / gcc-frontend
index 6046d6c66e5cfee8cef3ed65650444aad65eba68..2b15346db69b2b464d74e939a394adea0b904844 100644 (file)
@@ -1,10 +1,9 @@
 * The GCC front-end
 
-       The GCC front-end will be a front-end that would accept as
-       input in a binary file with codes in the Common Intermediate
-       Language (CIL) that will generate native code.
+       The GCC front-end will accept input in a binary file with
+       codes in the Common Intermediate Language (CIL), and generate
+       native code.
 
        This will allow pre-compilation and full optimization to take
        place before a program is executed.
 
-