mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
examples/riot_and_cpp: fix typos
This commit is contained in:
parent
ee7aa411a2
commit
c4989a4c7a
@ -11,7 +11,7 @@
|
|||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
* @brief Some functions implementaion in C.
|
* @brief Some functions implementation in C.
|
||||||
*
|
*
|
||||||
* @author DangNhat Pham-Huu <51002279@hcmut.edu.vn>
|
* @author DangNhat Pham-Huu <51002279@hcmut.edu.vn>
|
||||||
*
|
*
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
cpp_class::cpp_class()
|
cpp_class::cpp_class()
|
||||||
{
|
{
|
||||||
printf("Instanciating Object [constructor called]\n");
|
printf("Instantiating Object [constructor called]\n");
|
||||||
greet();
|
greet();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ int main()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* thread A function implemetation */
|
/* thread A function implementation */
|
||||||
void *threadA_func(void *)
|
void *threadA_func(void *)
|
||||||
{
|
{
|
||||||
int day = 13, month = 6, year = 2014;
|
int day = 13, month = 6, year = 2014;
|
||||||
|
Loading…
Reference in New Issue
Block a user