From: Uros Bizjak Date: Wed, 1 Sep 2010 06:33:06 +0000 (+0200) Subject: * f95-lang.c: Fix comment: POPAR -> POPPAR. X-Git-Tag: releases/gcc-4.6.0~4747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=451238b7e2257e8437f7155975557aa456a46335;p=thirdparty%2Fgcc.git * f95-lang.c: Fix comment: POPAR -> POPPAR. From-SVN: r163717 --- diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 163c0d229ce8..c2397022f66e 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -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,