aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/cstd.m
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:59:39 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:59:39 +0000
commitbed28ac1d1463adca3ecf24fca5c30646fa9dbb2 (patch)
treebd243306b2d80786815cd4f5b2dea67c212071ba /test/Modules/cstd.m
parenteab9d6f9065b042d39fbaf9842c9d8cc968dd6d0 (diff)
Fix a typo (the the => the)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160622 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/cstd.m')
-rw-r--r--test/Modules/cstd.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/cstd.m b/test/Modules/cstd.m
index 1752cd314b..e262c7e144 100644
--- a/test/Modules/cstd.m
+++ b/test/Modules/cstd.m
@@ -13,7 +13,7 @@ void test_fprintf(FILE *file) {
fprintf(file, "Hello, modules\n");
}
-// Supplied by compiler, which forwards to the the "/usr/include" version.
+// Supplied by compiler, which forwards to the "/usr/include" version.
@__experimental_modules_import cstd.stdint;
my_awesome_nonstandard_integer_type value;