aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-05-28 23:58:16 -0700
committerStephen Hines <srhines@google.com>2014-05-28 23:58:16 -0700
commit2d1fdb26e458c4ddc04155c1d421bced3ba90cd0 (patch)
tree346e1f796459c260b140e25df8a68336f9219624 /README.txt
parent6355b699b2bf305d2ea739b2c48d6286e8db8272 (diff)
downloadcompiler-rt-2d1fdb26e458c4ddc04155c1d421bced3ba90cd0.tar.gz
Update compiler-rt aosp/master for 3.5 (r209699) rebase.
Change-Id: I158a30186f0faea2e2400e9dfdd878db2eb40e90
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index b37c0aecd..1c08e7415 100644
--- a/README.txt
+++ b/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