]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/c-decl.c
# Fix misspellings in comments.
[gcc.git] / gcc / c-decl.c
index 76f227241667981fcb6ed02f66b6af71d1ab4f1d..a0abffd380d68dec0c01f70d59b8e474df15d727 100644 (file)
@@ -4229,7 +4229,7 @@ grokdeclarator (declarator, declspecs, decl_context, initialized)
        main_type = TYPE_MAIN_VARIANT (type);
        if (main_type == float_type_node)
          DECL_ARG_TYPE (decl) = double_type_node;
-       /* Don't use TYPE_PREISION to decide whether to promote,
+       /* Don't use TYPE_PRECISION to decide whether to promote,
           because we should convert short if it's the same size as int,
           but we should not convert long if it's the same size as int.  */
        else if (C_PROMOTING_INTEGER_TYPE_P (main_type))
This page took 0.032548 seconds and 5 git commands to generate.