diff options
author | Tanya Lattner <tonic@nondot.org> | 2006-11-20 06:07:10 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2006-11-20 06:07:10 +0000 |
commit | 84252caf72a6d3557a0b3f97d06bc96ac1334ad0 (patch) | |
tree | 42055085d185dc7669c8b1858abff953d578737e | |
parent | da2d1e231914affd43d14543d6d27fc048e69677 (diff) | |
download | bcm5719-llvm-84252caf72a6d3557a0b3f97d06bc96ac1334ad0.tar.gz bcm5719-llvm-84252caf72a6d3557a0b3f97d06bc96ac1334ad0.zip |
Fixed typo
llvm-svn: 31871
-rw-r--r-- | llvm/docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index ed7f3ac834f..518572c1b53 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -692,7 +692,7 @@ revision), you can specify a label. The following releases have the following labels:</p> <ul> -<li>Release 1.9: <b>RELEASE_19</b></li>D +<li>Release 1.9: <b>RELEASE_19</b></li> <li>Release 1.8: <b>RELEASE_18</b></li> <li>Release 1.7: <b>RELEASE_17</b></li> <li>Release 1.6: <b>RELEASE_16</b></li> |