diff options
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 85845fcb2ee..7be1c1402c9 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -2084,7 +2084,7 @@ start_static_storage_duration_function (unsigned count) /* Put the function in the global scope. */ pushdecl (ssdf_decl); - /* Start the function itself. This is equivalent to declarating the + /* Start the function itself. This is equivalent to declaring the function as: static void __ssdf (int __initialize_p, init __priority_p); |