diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2011-04-05 17:57:51 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2011-04-05 17:57:51 +0000 |
commit | 4c8acc9b0158081635e1dabd49304377ae67ca98 (patch) | |
tree | 9125b76e4d1a1498caf90c791adab8ab72228163 | |
parent | b414c4fae51c5792d3074b4b78fc8737b1d8387c (diff) |
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128896 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Driver/Driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/Driver.h b/include/clang/Driver/Driver.h index 099a354145..92497ea28d 100644 --- a/include/clang/Driver/Driver.h +++ b/include/clang/Driver/Driver.h @@ -97,7 +97,7 @@ public: /// will generally be the actual host platform, but not always. const HostInfo *Host; - /// Information about the host which can be overriden by the user. + /// Information about the host which can be overridden by the user. std::string HostBits, HostMachine, HostSystem, HostRelease; /// The file to log CC_PRINT_OPTIONS output to, if enabled. |