summaryrefslogtreecommitdiff
path: root/compiler-rt/README.txt
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-15 02:22:34 +0000
committerAlp Toker <alp@nuanti.com>2014-05-15 02:22:34 +0000
commitde0769269df8bd4ef9f61480b24bb1ba042c6e2c (patch)
tree649d481d6aacd80a7f1a9f47499f042724a60c7e /compiler-rt/README.txt
parent833d44b02be6463792bc011a596227e8a1f56a3c (diff)
Fix typos
Diffstat (limited to 'compiler-rt/README.txt')
-rw-r--r--compiler-rt/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/README.txt b/compiler-rt/README.txt
index b37c0aecdeb..1c08e7415e6 100644
--- a/compiler-rt/README.txt
+++ b/compiler-rt/README.txt
@@ -198,7 +198,7 @@ long double _Complex __divtc3(long double a, long double b,
// __clear_cache() is used to tell process that new instructions have been
// written to an address range. Necessary on processors that do not have
-// a unified instuction and data cache.
+// a unified instruction and data cache.
void __clear_cache(void* start, void* end);
// __enable_execute_stack() is used with nested functions when a trampoline