diff options
author | Yannick Guerrini <yguerrini@tomshardware.fr> | 2015-03-10 00:13:03 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-03-10 14:40:30 +0300 |
commit | ce991981311e0ae258982b600564226ad6cb24ea (patch) | |
tree | 820a3e6b0bd8722d67179efc6e0136787e5f0cb9 /sound/firewire/fireworks/fireworks_transaction.c | |
parent | 4aa01c408b7022c620241b373d4c3707a2ebeab6 (diff) | |
download | linux-ce991981311e0ae258982b600564226ad6cb24ea.tar.xz |
ALSA: firewire: Fix trivial typos in comments
Change 'propper' to 'proper'
Change 'paramters' to 'parameters'
Change 'SYT_INTEVAL' to 'SYT_INTERVAL'
Change 'aligh'/'alighed' to 'align'/'aligned'
Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/fireworks/fireworks_transaction.c')
-rw-r--r-- | sound/firewire/fireworks/fireworks_transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/fireworks_transaction.c b/sound/firewire/fireworks/fireworks_transaction.c index 2a85e4209f0b..f550808d1784 100644 --- a/sound/firewire/fireworks/fireworks_transaction.c +++ b/sound/firewire/fireworks/fireworks_transaction.c @@ -13,7 +13,7 @@ * * Transaction substance: * At first, 6 data exist. Following to the data, parameters for each command - * exist. All of the parameters are 32 bit alighed to big endian. + * exist. All of the parameters are 32 bit aligned to big endian. * data[0]: Length of transaction substance * data[1]: Transaction version * data[2]: Sequence number. This is incremented by the device |