aboutsummaryrefslogtreecommitdiff
path: root/gdb/macroexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/macroexp.h')
-rw-r--r--gdb/macroexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/macroexp.h b/gdb/macroexp.h
index 87ee9bb..c1be172 100644
--- a/gdb/macroexp.h
+++ b/gdb/macroexp.h
@@ -57,7 +57,7 @@ gdb::unique_xmalloc_ptr<char> macro_expand_once (const char *source,
freeing it, using xfree.
We need this expand-one-token-at-a-time interface in order to
- accomodate GDB's C expression parser, which may not consume the
+ accommodate GDB's C expression parser, which may not consume the
entire string. When the user enters a command like
(gdb) break *func+20 if x == 5