diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-11-06 01:39:12 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-11-06 01:39:12 +0000 |
| commit | e6819aeee0ccd91d71397c7872aa86b228b6db84 (patch) | |
| tree | 4fff12d178e007d6ed805b25469d00afe2e632e4 /llvm/docs/tutorial/LangImpl1.html | |
| parent | 0d28238a1f642c2dbe4c16a730be31064619a7f4 (diff) | |
| download | bcm5719-llvm-e6819aeee0ccd91d71397c7872aa86b228b6db84.tar.gz bcm5719-llvm-e6819aeee0ccd91d71397c7872aa86b228b6db84.zip | |
fixes from Ryan Brown.
llvm-svn: 43747
Diffstat (limited to 'llvm/docs/tutorial/LangImpl1.html')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl1.html b/llvm/docs/tutorial/LangImpl1.html index f57848b8e33..2ce59b98ebd 100644 --- a/llvm/docs/tutorial/LangImpl1.html +++ b/llvm/docs/tutorial/LangImpl1.html @@ -232,7 +232,7 @@ if you typed in "1.23". Feel free to extend it :). Next we handle comments: </pre> </div> -<p>We handle comments by skipping to the end of the line and then returning the +<p>We handle comments by skipping to the end of the line and then return the next comment. Finally, if the input doesn't match one of the above cases, it is either an operator character like '+' or the end of the file. These are handled with this code:</p> |

