* tracebak.c: Fix typo in comment.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 21 Aug 2010 13:25:33 +0000 (13:25 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 21 Aug 2010 13:25:33 +0000 (13:25 +0000)
From-SVN: r163444

gcc/ada/ChangeLog
gcc/ada/tracebak.c

index ad734d1..9fb2bf1 100644 (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.
index cd96939..c16741d 100644 (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 --*