summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coro.h b/coro.h
index 2f80ee6..399ed1f 100644
--- a/coro.h
+++ b/coro.h
@@ -71,7 +71,7 @@
* 2009-06-23 tentative win32-backend support for mingw32 (Yasuhiro Matsumoto).
* 2010-12-03 tentative support for uclibc (which lacks all sorts of things).
* 2011-05-30 set initial callee-saved-registers to zero with CORO_ASM.
- * use .cfi_undefined rip on linux-elf for better backtraces.
+ * use .cfi_undefined rip on linux-amd64 for better backtraces.
*/
#ifndef CORO_H