* tracebak.c: Fix typo in comment.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Aug 2010 13:25:33 +0000 (13:25 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Aug 2010 13:25:33 +0000 (13:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163444 138bc75d-0d04-0410-961f-82ee72b054a4

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 --*