Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: platform/Callback.h
- Revision:
- 184:08ed48f1de7f
- Parent:
- 178:79309dc6340a
--- a/platform/Callback.h Tue Mar 20 17:01:51 2018 +0000
+++ b/platform/Callback.h Thu Apr 19 17:12:19 2018 +0100
@@ -565,7 +565,7 @@
private:
// Stored as pointer to function and pointer to optional object
// Function pointer is stored as union of possible function types
- // to garuntee proper size and alignment
+ // to guarantee proper size and alignment
struct _class;
union {
void (*_staticfunc)();
@@ -1140,7 +1140,7 @@
private:
// Stored as pointer to function and pointer to optional object
// Function pointer is stored as union of possible function types
- // to garuntee proper size and alignment
+ // to guarantee proper size and alignment
struct _class;
union {
void (*_staticfunc)(A0);
@@ -1716,7 +1716,7 @@
private:
// Stored as pointer to function and pointer to optional object
// Function pointer is stored as union of possible function types
- // to garuntee proper size and alignment
+ // to guarantee proper size and alignment
struct _class;
union {
void (*_staticfunc)(A0, A1);
@@ -2293,7 +2293,7 @@
private:
// Stored as pointer to function and pointer to optional object
// Function pointer is stored as union of possible function types
- // to garuntee proper size and alignment
+ // to guarantee proper size and alignment
struct _class;
union {
void (*_staticfunc)(A0, A1, A2);
@@ -2871,7 +2871,7 @@
private:
// Stored as pointer to function and pointer to optional object
// Function pointer is stored as union of possible function types
- // to garuntee proper size and alignment
+ // to guarantee proper size and alignment
struct _class;
union {
void (*_staticfunc)(A0, A1, A2, A3);
@@ -3450,7 +3450,7 @@
private:
// Stored as pointer to function and pointer to optional object
// Function pointer is stored as union of possible function types
- // to garuntee proper size and alignment
+ // to guarantee proper size and alignment
struct _class;
union {
void (*_staticfunc)(A0, A1, A2, A3, A4);
