* tracebak.c: Fix typo in comment.

From-SVN: r163444
This commit is contained in:
Eric Botcazou 2010-08-21 13:25:33 +00:00 committed by Eric Botcazou
parent 9e97ff6183
commit 02be26e48b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-08-21 Eric Botcazou <ebotcazou@adacore.com>
* tracebak.c: Fix typo in comment.
2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
* gcc-interface/decl.c: Use FOR_EACH_VEC_ELT.

View File

@ -493,8 +493,8 @@ __gnat_backtrace (void **array,
#else
/* No target specific implementation and neither USE_GCC_UNWINDER not
USE_GCC_UNWINDER defined. */
/* No target specific implementation and neither USE_GCC_UNWINDER nor
USE_GENERIC_UNWINDER defined. */
/*------------------------------*
*-- The dummy implementation --*