aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-01-10 11:30:26 -0800
committerStephen Hines <srhines@google.com>2011-01-10 11:30:26 -0800
commit5ddcae509666b623419656351a078c4a4613cb43 (patch)
tree3c150fb5278e561849744861381be2dffa24ce25 /README.rst
parent0dc51b1873ba340722f483eb2a639922360fbaf9 (diff)
downloadlibbcc-5ddcae509666b623419656351a078c4a4613cb43.tar.gz
Fix a small typo.
Change-Id: I636071db4aec9b7b1a6aa2db804f617c40fda476
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 53098fd..887f0ee 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ to an in-memory executable. libbcc is versatile because:
* it implements both AOT (Ahead-of-Time) and JIT (Just-in-Time) compilation.
* Android devices demand fast start-up time, small size, and high performance
- *at the same time*. libbcc attemps to address these design constraints.
+ *at the same time*. libbcc attempts to address these design constraints.
libbcc provides: