diff options
Diffstat (limited to 'gcc/genhooks.c')
-rw-r--r-- | gcc/genhooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genhooks.c b/gcc/genhooks.c index 789744c..fc48e45 100644 --- a/gcc/genhooks.c +++ b/gcc/genhooks.c @@ -91,7 +91,7 @@ s_hook_eq_p (const void *p1, const void *p2) } /* Read the documentation file with name IN_FNAME, perform substitutions - to incorporate informtion from hook_array, and emit the result on stdout. + to incorporate information from hook_array, and emit the result on stdout. Hooks defined with DEFHOOK / DEFHOOKPOD are emitted at the place of a matching @hook in the input file; if there is no matching @hook, the hook is emitted after the hook that precedes it in target.def . |