diff options
| author | Vincent Lefevre <vincent@vinc17.net> | 2014-04-07 13:20:49 +0200 |
|---|---|---|
| committer | Vincent Lefevre <vincent@vinc17.net> | 2014-04-07 13:20:49 +0200 |
| commit | d09a46d655f18e88b848e95ddf7fed7ac20bfc36 (patch) | |
| tree | fa27747761ee5ff0867709a3c74124e3dbfa3e20 | |
| parent | f90bad092510c751afbd9286b9946691a416d2a1 (diff) | |
| download | tinycc-d09a46d655f18e88b848e95ddf7fed7ac20bfc36.tar.gz tinycc-d09a46d655f18e88b848e95ddf7fed7ac20bfc36.tar.bz2 | |
corrected a typo
| -rw-r--r-- | tcc-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index 3a1c7df..68bac65 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -1080,7 +1080,7 @@ are used when bound checking is activated @item stab_section @itemx stabstr_section -are used when debugging is actived to store debug information +are used when debugging is active to store debug information @item symtab_section @itemx strtab_section |
