aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/Record.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-11-21 22:44:20 +0000
committerBob Wilson <bob.wilson@apple.com>2009-11-21 22:44:20 +0000
commita8449e6aaa6f494d85e75d4755f9c47abf1e06ce (patch)
treedb6d68f7bcdb43b74a83bd8a487d153e039d426e /utils/TableGen/Record.h
parent8478a5bcfba9ff80674ee78aa4447597c449fb43 (diff)
downloadexternal_llvm-a8449e6aaa6f494d85e75d4755f9c47abf1e06ce.zip
external_llvm-a8449e6aaa6f494d85e75d4755f9c47abf1e06ce.tar.gz
external_llvm-a8449e6aaa6f494d85e75d4755f9c47abf1e06ce.tar.bz2
Fix some spelling in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Record.h')
-rw-r--r--utils/TableGen/Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h
index 6f7ca82..5617132 100644
--- a/utils/TableGen/Record.h
+++ b/utils/TableGen/Record.h
@@ -508,7 +508,7 @@ struct Init {
}
/// resolveReferences - This method is used by classes that refer to other
- /// variables which may not be defined at the time they expression is formed.
+ /// variables which may not be defined at the time the expression is formed.
/// If a value is set for the variable later, this method will be called on
/// users of the value to allow the value to propagate out.
///