diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-07-27 05:52:14 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-07-27 05:52:14 -0700 |
commit | 608d61c20245aa71875f8631bb799ee2d0372d40 (patch) | |
tree | 640131df26f7d8f4240957f57d3a7d8a80af3438 /gas/doc | |
parent | 95420d3027046667088c7d1d6725d330bb417461 (diff) | |
download | gdb-608d61c20245aa71875f8631bb799ee2d0372d40.zip gdb-608d61c20245aa71875f8631bb799ee2d0372d40.tar.gz gdb-608d61c20245aa71875f8631bb799ee2d0372d40.tar.bz2 |
doc: Replace preceeded with preceded
binutils/
* doc/binutils.texi: Replace preceeded with preceded.
gas/
* doc/as.texi: Replace preceeded with preceded.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index ac4a073..13a7e5b 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -2958,7 +2958,7 @@ of a file is not a possible symbol delimiter). @xref{Symbols}. Symbol names may also be enclosed in double quote @code{"} characters. In such cases any characters are allowed, except for the NUL character. If a double -quote character is to be included in the symbol name it must be preceeded by a +quote character is to be included in the symbol name it must be preceded by a backslash @code{\} character. @cindex length of symbols |