Fix long lines.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 16 Aug 2008 18:49:51 +0000 (18:49 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 16 Aug 2008 18:49:51 +0000 (18:49 +0000)
From-SVN: r139160

gcc/ada/ChangeLog

index 14abbe4..e7da346 100644 (file)
@@ -2,9 +2,9 @@
 
        PR ada/20548
        * gcc-interface/decl.c (gnat_to_gnu_entity): Use DECL_SIZE_UNIT in the
-       setjmp test consistently.  Adjust for new behaviour of flag_stack_check.
+       setjmp test consistently.  Adjust for new behavior of flag_stack_check.
        * gcc-interface/utils2.c (build_call_alloc_dealloc): Remove redundant
-       test of flag_stack_check.  Adjust for new behaviour of flag_stack_check.
+       test of flag_stack_check.  Adjust for new behavior of flag_stack_check.
 
 2008-08-13  Samuel Tardieu  <sam@rfc1149.net>