aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandLine.html
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-07-31 20:18:49 +0000
committerJim Laskey <jlaskey@mac.com>2006-07-31 20:18:49 +0000
commitf55914a5292a0b163d4b05069b983da08c1e3f16 (patch)
treefe09af39806ce004ea39bf028b925f9930e90af3 /docs/CommandLine.html
parent6966c48767f988dec21598bdb0e551caad0dea7b (diff)
downloadexternal_llvm-f55914a5292a0b163d4b05069b983da08c1e3f16.zip
external_llvm-f55914a5292a0b163d4b05069b983da08c1e3f16.tar.gz
external_llvm-f55914a5292a0b163d4b05069b983da08c1e3f16.tar.bz2
Fix a couple typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandLine.html')
-rw-r--r--docs/CommandLine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 5898bb3..b04820e 100644
--- a/docs/CommandLine.html
+++ b/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>