diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-01-24 23:12:01 +0300 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-02-09 01:14:31 +0300 |
commit | cce1dac871f387d0f3da81440d85bd387d8fd5a6 (patch) | |
tree | 0c20759dbf6bcd68e88ec1a11bb9123a03e07917 /tools/testing/ktest | |
parent | 5e38ca8f3ea423442eaafe1b7e206084aa38120a (diff) | |
download | linux-cce1dac871f387d0f3da81440d85bd387d8fd5a6.tar.xz |
trivial: Fix Steven's Copyright typos
OK, the copyright allows you to write a copy, still I think the lawyers
prefer the correct spelling.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
LKML-Reference: <1295899921-11333-1-git-send-email-u.kleine-koenig@pengutronix.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/ktest')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index e1c62eeb88f5..ba7c63af6f3b 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copywrite 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. +# Copyright 2010 - Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. # Licensed under the terms of the GNU GPL License version 2 # |