diff options
| author | Jim Laskey <jlaskey@mac.com> | 2006-07-31 20:18:49 +0000 |
|---|---|---|
| committer | Jim Laskey <jlaskey@mac.com> | 2006-07-31 20:18:49 +0000 |
| commit | 88b5e790b50598d3c504c998ce8ac43f9d63b011 (patch) | |
| tree | 63565942f25203c3b7fbf01dad7c304d7254182f /llvm/docs/CommandLine.html | |
| parent | c1163d2fa7792735578d60bb872770f8b03b33f8 (diff) | |
| download | bcm5719-llvm-88b5e790b50598d3c504c998ce8ac43f9d63b011.tar.gz bcm5719-llvm-88b5e790b50598d3c504c998ce8ac43f9d63b011.zip | |
Fix a couple typos.
llvm-svn: 29416
Diffstat (limited to 'llvm/docs/CommandLine.html')
| -rw-r--r-- | llvm/docs/CommandLine.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index 5898bb31137..b04820e88a5 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/docs/CommandLine.html @@ -1763,7 +1763,7 @@ your custom data type.<p> <p>This approach has the advantage that users of your custom data type will automatically use your custom parser whenever they define an option with a value type of your data type. The disadvantage of this approach is that it doesn't -work if your fundemental data type is something that is already supported.</p> +work if your fundamental data type is something that is already supported.</p> </li> |

