aboutsummaryrefslogtreecommitdiff
path: root/docs/design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design.rst')
-rw-r--r--docs/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design.rst b/docs/design.rst
index edb3c95ff..5a13d79f9 100644
--- a/docs/design.rst
+++ b/docs/design.rst
@@ -66,7 +66,7 @@ the top level or under the ``tftf/`` directory):
- **Library code.**
- Firstly, there is ``include/stdlib/`` which provides standard C library
+ Firstly, there is ``include/libc/`` which provides standard C library
functions like ``memcpy()``, ``printf()`` and so on.
Additionally, various other APIs are provided under ``include/lib/``. The
below list gives some examples but might not be exhaustive.