diff options
author | Joe LaPenna <joe@joelapenna.com> | 2009-07-23 17:41:47 -0700 |
---|---|---|
committer | Joe LaPenna <joe@joelapenna.com> | 2009-07-23 17:41:47 -0700 |
commit | 1d763d50e736b3231fe53a4172ed19a30d4f8d14 (patch) | |
tree | fc53853a14b75d0c3025b28d7540d1ab7e30fa91 /libc/README | |
parent | 90ec5f2a3f581927ffef55733e8d531890fdc90e (diff) | |
download | bionic-1d763d50e736b3231fe53a4172ed19a30d4f8d14.zip bionic-1d763d50e736b3231fe53a4172ed19a30d4f8d14.tar.gz bionic-1d763d50e736b3231fe53a4172ed19a30d4f8d14.tar.bz2 |
Add an 's and a . to the bionic/libc README.
Diffstat (limited to 'libc/README')
-rw-r--r-- | libc/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/README b/libc/README index 4e29f12..d92d85d 100644 --- a/libc/README +++ b/libc/README @@ -1,4 +1,5 @@ -Welcome to Bionic, Android small and custom C library for the Android platform +Welcome to Bionic, Android's small and custom C library for the Android +platform. Bionic is mainly a port of the BSD C library to our Linux kernel with the following additions/changes: |