summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2015-06-19 15:40:00 +0000
committerDouglas Katzman <dougk@google.com>2015-06-19 15:40:00 +0000
commitb6c13ff6898ce740ec5fc938102ec3da1293d227 (patch)
treecc1f3b07a92177d5e27fb56379e9d26d8e441a6b
parent84a7564b28360843ee9afec5d3823c89623eb6a5 (diff)
downloadbcm5719-llvm-b6c13ff6898ce740ec5fc938102ec3da1293d227.tar.gz
bcm5719-llvm-b6c13ff6898ce740ec5fc938102ec3da1293d227.zip
Fix typo in comment.
llvm-svn: 240135
-rw-r--r--clang/include/clang/Driver/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h
index 09521c2bae3..0593ad051b9 100644
--- a/clang/include/clang/Driver/Driver.h
+++ b/clang/include/clang/Driver/Driver.h
@@ -91,7 +91,7 @@ public:
/// The path to the compiler resource directory.
std::string ResourceDir;
- /// A prefix directory used to emulated a limited subset of GCC's '-Bprefix'
+ /// A prefix directory used to emulate a limited subset of GCC's '-Bprefix'
/// functionality.
/// FIXME: This type of customization should be removed in favor of the
/// universal driver when it is ready.
OpenPOWER on IntegriCloud