summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve MacLean <Steve.MacLean@Microsoft.com>2020-06-11 18:19:51 -0400
committerDave Watson <dade.watson@gmail.com>2020-06-18 13:36:48 -0700
commit809c48efe0f1a9344dad5e5ffa845f3e6fe75bf6 (patch)
tree3396df231c9102c0e99f69c967eefe7b7459f594
parentcb4a36935669a3c7f34b065aa8aa9953f506c758 (diff)
downloadlibunwind-809c48efe0f1a9344dad5e5ffa845f3e6fe75bf6.tar.gz
Fix typos
-rw-r--r--include/win/fakestdalign.h.in2
-rw-r--r--include/win/fakestdatomic.h.in2
-rw-r--r--include/win/sys/types.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/win/fakestdalign.h.in b/include/win/fakestdalign.h.in
index 3e94006d..6eb292c9 100644
--- a/include/win/fakestdalign.h.in
+++ b/include/win/fakestdalign.h.in
@@ -1,4 +1,4 @@
-// This is a fake implementatino of stdaliagn.h for when
+// This is a fake implementation of stdalign.h for when
// compiler C11 stdaliagn.h support is missing
#ifndef FAKE_STD_ALIGN_H
diff --git a/include/win/fakestdatomic.h.in b/include/win/fakestdatomic.h.in
index 7b9dcd5a..48cde832 100644
--- a/include/win/fakestdatomic.h.in
+++ b/include/win/fakestdatomic.h.in
@@ -1,4 +1,4 @@
-// This is a non-atomic fake implementatino of stdatomics for when
+// This is a non-atomic fake implementation of stdatomic.h for when
// compiler C11 stdatomic support is missing and only single threaded
// operation is required
diff --git a/include/win/sys/types.h b/include/win/sys/types.h
index fdfe8ffe..7b131f6e 100644
--- a/include/win/sys/types.h
+++ b/include/win/sys/types.h
@@ -13,7 +13,7 @@
#include <../ucrt/sys/types.h>
#include <stddef.h>
-typedef size_t pid_t;
+typedef int pid_t;
typedef ptrdiff_t ssize_t;
#endif // _MSC_VER