commit e68f166404a9e69305734b7c4fd44fc0b301eb52
Author:     FRIGN <[email protected]>
AuthorDate: Wed May 11 13:48:42 2016 +0200
Commit:     FRIGN <[email protected]>
CommitDate: Wed May 11 13:48:42 2016 +0200

    Add missing character in code example in cc1/ir.md

diff --git a/cc1/ir.md b/cc1/ir.md
index b0552bc..86b4e1c 100644
--- a/cc1/ir.md
+++ b/cc1/ir.md
@@ -74,7 +74,7 @@ For example the next code:
 
        struct foo {
                int i;
-               ong c;
+               long c;
        } var1;
 
 will generate the next output:

Reply via email to