summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-22 00:10:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-22 00:10:10 +0000
commit3572fbc8cd01d90a7f0c65a15c79abf1ece144ef (patch)
treeeb476200a129d1625bef4f0b07de38c00de87677
parent9150dfb1c6928ceef228e640412c3653d5e87a10 (diff)
parent247904a235288b29595becaaf4a934be61e0c8aa (diff)
downloadbionic-3572fbc8cd01d90a7f0c65a15c79abf1ece144ef.zip
bionic-3572fbc8cd01d90a7f0c65a15c79abf1ece144ef.tar.gz
bionic-3572fbc8cd01d90a7f0c65a15c79abf1ece144ef.tar.bz2
Merge "Fix a typo in HACKING.txt."
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 5785b30..f614b69 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -135,7 +135,7 @@ Adding a system call usually involves:
3. Add constants (and perhaps types) to the appropriate header file.
Note that you should check to see whether the constants are already in
kernel uapi header files, in which case you just need to make sure that
- that appropriate POSIX header file in libc/include/ includes the
+ the appropriate POSIX header file in libc/include/ includes the
relevant file or files.
4. Add function declarations to the appropriate header file.
5. Add at least basic tests. Even a test that deliberately supplies