* f95-lang.c: Fix comment: POPAR -> POPPAR.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 2010 06:33:06 +0000 (06:33 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 2010 06:33:06 +0000 (06:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163717 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/f95-lang.c

index 163c0d2..c239702 100644 (file)
@@ -938,7 +938,7 @@ gfc_init_builtin_functions (void)
                          BUILT_IN_SINCOSF, "sincosf", false);
     }
 
-  /* For LEADZ, TRAILZ, POPCNT and POPAR.  */
+  /* For LEADZ, TRAILZ, POPCNT and POPPAR.  */
   ftype = build_function_type_list (integer_type_node,
                                     unsigned_type_node, NULL_TREE);
   gfc_define_builtin ("__builtin_clz", ftype, BUILT_IN_CLZ,