Fix some commonly made spelling errors in comments.
This commit is contained in:
@@ -20,7 +20,7 @@ int main(void) {
|
||||
n = (p == &func);
|
||||
n = (p == func);
|
||||
|
||||
/* the following are not valid C and should go into seperate tests that MUST fail */
|
||||
/* the following are not valid C and should go into separate tests that MUST fail */
|
||||
/*
|
||||
++p;
|
||||
n = (p > &func);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
!!DESCRIPTION!! Substraction Test
|
||||
!!DESCRIPTION!! Subtraction Test
|
||||
!!ORIGIN!! SDCC regression tests
|
||||
!!LICENCE!! GPL, read COPYING.GPL
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
!!DESCRIPTION!! Substraction Test
|
||||
!!DESCRIPTION!! Subtraction Test
|
||||
!!ORIGIN!! SDCC regression tests
|
||||
!!LICENCE!! GPL, read COPYING.GPL
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user