diff mbox

[Ada] Fix typo in comment

Message ID 201008211525.40340.ebotcazou@adacore.com
State New
Headers show

Commit Message

Eric Botcazou Aug. 21, 2010, 1:25 p.m. UTC
Spotted by Uros.

Tested on x86_64-suse-linux, applied on the mainline.


2010-08-21  Eric Botcazou  <ebotcazou@adacore.com>

	* tracebak.c: Fix typo in comment.
diff mbox

Patch

Index: tracebak.c
===================================================================
--- tracebak.c	(revision 163443)
+++ tracebak.c	(working copy)
@@ -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 --*