public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] Spelling fixes: excute => execute
@ 2009-08-26 14:50 Geert Uytterhoeven
  2009-08-27 10:19 ` Subrata Modak
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2009-08-26 14:50 UTC (permalink / raw)
  To: Linux Test Project

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
---
 .../sched/hyperthreading/ht_affinity/HTaffinity.c  |    2 +-
 .../sched/hyperthreading/ht_enabled/HTenabled.c    |    2 +-
 .../hyperthreading/ht_interrupt/HTinterrupt.c      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testcases/kernel/sched/hyperthreading/ht_affinity/HTaffinity.c b/testcases/kernel/sched/hyperthreading/ht_affinity/HTaffinity.c
index ff96173..fa2d254 100644
--- a/testcases/kernel/sched/hyperthreading/ht_affinity/HTaffinity.c
+++ b/testcases/kernel/sched/hyperthreading/ht_affinity/HTaffinity.c
@@ -234,7 +234,7 @@ int main(int argc, char *argv[])
 {
 
 #ifndef __i386__
-	tst_brkm(TCONF, NULL, "This test suite can only excute on i386 architecture.");
+	tst_brkm(TCONF, NULL, "This test suite can only execute on i386 architecture.");
 #else
 	if (!check_ht_capability())
 	{
diff --git a/testcases/kernel/sched/hyperthreading/ht_enabled/HTenabled.c b/testcases/kernel/sched/hyperthreading/ht_enabled/HTenabled.c
index 2cd2eb2..8cbb13c 100644
--- a/testcases/kernel/sched/hyperthreading/ht_enabled/HTenabled.c
+++ b/testcases/kernel/sched/hyperthreading/ht_enabled/HTenabled.c
@@ -23,7 +23,7 @@ int main(int argc, char *argv[])
 {
 	int ret_val = 1;
 #ifndef __i386__
-	tst_brkm(TCONF, NULL, "This test suite can only excute on i386 architecture.");
+	tst_brkm(TCONF, NULL, "This test suite can only execute on i386 architecture.");
 #else
 		ret_val = check_ht_capability();
 #endif
diff --git a/testcases/kernel/sched/hyperthreading/ht_interrupt/HTinterrupt.c b/testcases/kernel/sched/hyperthreading/ht_interrupt/HTinterrupt.c
index 4207c6d..a09fffd 100644
--- a/testcases/kernel/sched/hyperthreading/ht_interrupt/HTinterrupt.c
+++ b/testcases/kernel/sched/hyperthreading/ht_interrupt/HTinterrupt.c
@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
 	tst_resm(TINFO, "Begin: HyperThreading Interrupt");
 
 #ifndef __i386__
-	tst_brkm(TCONF, NULL, "This test suite can only excute on i386 architecture.");
+	tst_brkm(TCONF, NULL, "This test suite can only execute on i386 architecture.");
 #else
 	if (!check_ht_capability())
 	{
-- 
1.6.2.4

With kind regards,

Geert Uytterhoeven
Software Architect
Techsoft Centre

Technology and Software Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium

Phone:    +32 (0)2 700 8453
Fax:      +32 (0)2 700 8622
E-mail:   Geert.Uytterhoeven@sonycom.com
Internet: http://www.sony-europe.com/

A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] Spelling fixes: excute => execute
  2009-08-26 14:50 [LTP] [PATCH] Spelling fixes: excute => execute Geert Uytterhoeven
@ 2009-08-27 10:19 ` Subrata Modak
  0 siblings, 0 replies; 2+ messages in thread
From: Subrata Modak @ 2009-08-27 10:19 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux Test Project

On Wed, 2009-08-26 at 16:50 +0200, Geert Uytterhoeven wrote: 
> Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>

Thanks.

Regards--
Subrata

> ---
>  .../sched/hyperthreading/ht_affinity/HTaffinity.c  |    2 +-
>  .../sched/hyperthreading/ht_enabled/HTenabled.c    |    2 +-
>  .../hyperthreading/ht_interrupt/HTinterrupt.c      |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/testcases/kernel/sched/hyperthreading/ht_affinity/HTaffinity.c b/testcases/kernel/sched/hyperthreading/ht_affinity/HTaffinity.c
> index ff96173..fa2d254 100644
> --- a/testcases/kernel/sched/hyperthreading/ht_affinity/HTaffinity.c
> +++ b/testcases/kernel/sched/hyperthreading/ht_affinity/HTaffinity.c
> @@ -234,7 +234,7 @@ int main(int argc, char *argv[])
>  {
>  
>  #ifndef __i386__
> -	tst_brkm(TCONF, NULL, "This test suite can only excute on i386 architecture.");
> +	tst_brkm(TCONF, NULL, "This test suite can only execute on i386 architecture.");
>  #else
>  	if (!check_ht_capability())
>  	{
> diff --git a/testcases/kernel/sched/hyperthreading/ht_enabled/HTenabled.c b/testcases/kernel/sched/hyperthreading/ht_enabled/HTenabled.c
> index 2cd2eb2..8cbb13c 100644
> --- a/testcases/kernel/sched/hyperthreading/ht_enabled/HTenabled.c
> +++ b/testcases/kernel/sched/hyperthreading/ht_enabled/HTenabled.c
> @@ -23,7 +23,7 @@ int main(int argc, char *argv[])
>  {
>  	int ret_val = 1;
>  #ifndef __i386__
> -	tst_brkm(TCONF, NULL, "This test suite can only excute on i386 architecture.");
> +	tst_brkm(TCONF, NULL, "This test suite can only execute on i386 architecture.");
>  #else
>  		ret_val = check_ht_capability();
>  #endif
> diff --git a/testcases/kernel/sched/hyperthreading/ht_interrupt/HTinterrupt.c b/testcases/kernel/sched/hyperthreading/ht_interrupt/HTinterrupt.c
> index 4207c6d..a09fffd 100644
> --- a/testcases/kernel/sched/hyperthreading/ht_interrupt/HTinterrupt.c
> +++ b/testcases/kernel/sched/hyperthreading/ht_interrupt/HTinterrupt.c
> @@ -112,7 +112,7 @@ int main(int argc, char *argv[])
>  	tst_resm(TINFO, "Begin: HyperThreading Interrupt");
>  
>  #ifndef __i386__
> -	tst_brkm(TCONF, NULL, "This test suite can only excute on i386 architecture.");
> +	tst_brkm(TCONF, NULL, "This test suite can only execute on i386 architecture.");
>  #else
>  	if (!check_ht_capability())
>  	{


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-27 10:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 14:50 [LTP] [PATCH] Spelling fixes: excute => execute Geert Uytterhoeven
2009-08-27 10:19 ` Subrata Modak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox