diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2009-07-16 17:13:03 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-09-21 15:14:55 +0200 |
commit | fd589a8f0a13f53a2dd580b1fe170633cf6b095f (patch) | |
tree | 942c50188ca58041b0453189e710eafcfebaea57 /Documentation/networking | |
parent | 4f37940d64a155c025968118849b596f6aaa8128 (diff) |
trivial: fix typo "to to" in multiple files
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/regulatory.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/regulatory.txt b/Documentation/networking/regulatory.txt index eaa1a25946c..ee31369e9e5 100644 --- a/Documentation/networking/regulatory.txt +++ b/Documentation/networking/regulatory.txt @@ -96,7 +96,7 @@ Example code - drivers hinting an alpha2: This example comes from the zd1211rw device driver. You can start by having a mapping of your device's EEPROM country/regulatory -domain value to to a specific alpha2 as follows: +domain value to a specific alpha2 as follows: static struct zd_reg_alpha2_map reg_alpha2_map[] = { { ZD_REGDOMAIN_FCC, "US" }, |