* f95-lang.c: Fix comment: POPAR -> POPPAR.
From-SVN: r163717
This commit is contained in:
parent
98ee9e659e
commit
451238b7e2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue