diff options
author | SimplyTheOther <simplytheother@gmail.com> | 2020-07-03 22:22:25 +0800 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2020-11-28 21:13:17 +0000 |
commit | 493cf535eccc01e6262d4dff274475d36188c67b (patch) | |
tree | 35d6fae19bfb4928b51d37b96b783b15296ce5e9 /gcc | |
parent | 5f3f4b10772c2be961de0c59cd3f5409b63fa5f9 (diff) | |
download | gcc-493cf535eccc01e6262d4dff274475d36188c67b.zip gcc-493cf535eccc01e6262d4dff274475d36188c67b.tar.gz gcc-493cf535eccc01e6262d4dff274475d36188c67b.tar.bz2 |
Modifications to tm.texi so that build should work
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 39da827..4711602 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -10835,7 +10835,7 @@ predefined by this hook apply to all files that are being compiled. @end deftypefn @deftypefn {Rust Target Hook} void TARGET_RUST_OS_INFO (void) -Similarly to @code{TARGET_RUST_CPU_INFO}, but is used for configuration info +Similar to @code{TARGET_RUST_CPU_INFO}, but is used for configuration info relating to the target operating system. @end deftypefn |