about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 03:40:12 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 23:46:32 +0000
commit2cbeda847bb58bfac73d2048e3e0300ff1b2b894 (patch)
treef22a04d6e72985be372db2b87876d351fc35e6c1 /include
parent7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (diff)
downloadglibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.gz
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.xz
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.zip
Fix a few more typos I missed in previous round -- BZ 25337
Diffstat (limited to 'include')
-rw-r--r--include/clone_internal.h2
-rw-r--r--include/set-freeres.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/clone_internal.h b/include/clone_internal.h
index dd380f119e..ad7b170f58 100644
--- a/include/clone_internal.h
+++ b/include/clone_internal.h
@@ -5,7 +5,7 @@
 
 /* The clone3 syscall provides a superset of the functionality of the clone
    interface.  The kernel might extend __CL_ARGS struct in the future, with
-   each version with a diffent __SIZE.  If the child is created, it will
+   each version with a different __SIZE.  If the child is created, it will
    start __FUNC function with __ARG arguments.
 
    Different than kernel, the implementation also returns EINVAL for an
diff --git a/include/set-freeres.h b/include/set-freeres.h
index b7f66519a3..866d0e3717 100644
--- a/include/set-freeres.h
+++ b/include/set-freeres.h
@@ -33,7 +33,7 @@
    memory leaks.
 
    A single public API exists and is __libc_freeres, and this is used
-   by applications like valgrind to freee resouces.
+   by applications like valgrind to free resources.
 
    Each free routines must be explicit listed below.  */