diff mbox

[1/3] gcc/ada/s-osinte-rtems.adb: Correct formatting of comment

Message ID 1407769695-4288-1-git-send-email-joel.sherrill@oarcorp.com
State New
Headers show

Commit Message

Joel Sherrill Aug. 11, 2014, 3:08 p.m. UTC
This patch is needed to make Ada compile for *-*-rtems*
on GCC 4.8, 4.9, and the head. Is is ok to commit?

2014-08-11  Joel Sherrill <joel.sherrill@oarcorp.com>

	* s-osinte-rtems.adb: Correct formatting of line in license block.
---
 gcc/ada/s-osinte-rtems.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnaud Charlet Aug. 11, 2014, 8:05 p.m. UTC | #1
> This patch is needed to make Ada compile for *-*-rtems*
> on GCC 4.8, 4.9, and the head. Is is ok to commit?

Yes. This one even falls under the obvious category IMO.

> 2014-08-11  Joel Sherrill <joel.sherrill@oarcorp.com>
> 
> 	* s-osinte-rtems.adb: Correct formatting of line in license block.
Joel Sherrill Aug. 11, 2014, 9:32 p.m. UTC | #2
Thanks. This is committed.

I leaned toward obvious as well but figured I already had two
patches that needed a review, so why not. :)

On 8/11/2014 3:05 PM, Arnaud Charlet wrote:
>> This patch is needed to make Ada compile for *-*-rtems*
>> on GCC 4.8, 4.9, and the head. Is is ok to commit?
> Yes. This one even falls under the obvious category IMO.
>
>> 2014-08-11  Joel Sherrill <joel.sherrill@oarcorp.com>
>>
>> 	* s-osinte-rtems.adb: Correct formatting of line in license block.
diff mbox

Patch

diff --git a/gcc/ada/s-osinte-rtems.adb b/gcc/ada/s-osinte-rtems.adb
index de21785..9f01128 100644
--- a/gcc/ada/s-osinte-rtems.adb
+++ b/gcc/ada/s-osinte-rtems.adb
@@ -22,7 +22,7 @@ 
 -- You should have received a copy of the GNU General Public License and    --
 -- a copy of the GCC Runtime Library Exception along with this program;     --
 -- see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see    --
--- <http://www.gnu.org/licenses/>.                                         
+-- <http://www.gnu.org/licenses/>.                                          --
 --                                                                          --
 -- GNARL was developed by the GNARL team at Florida State University. It is --
 -- now maintained by Ada Core Technologies Inc. in cooperation with Florida --