diff options
author | Yu Jiaoliang <yujiaoliang@vivo.com> | 2024-09-24 12:17:45 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-09-30 09:52:31 +0200 |
commit | 73c6e9e16f5bd8709c8cf3861d4b97f6ee23e2b7 (patch) | |
tree | c5423b43ab1dabb64b199bdacf5c859f13e500d2 /sound/core/pcm_native.c | |
parent | 2a94a0898b14f2d5dee10bf36d00ab5e766af94b (diff) |
ALSA: Fix typos in comments across various files
This patch fixes typos in comments within the ALSA subsystem.
These changes improve code readability without affecting
functionality.
Signed-off-by: Yu Jiaoliang <yujiaoliang@vivo.com>
Link: https://patch.msgid.link/20240924041749.3125507-1-yujiaoliang@vivo.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/pcm_native.c')
-rw-r--r-- | sound/core/pcm_native.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c index 5e1e6006707b..be50d8e83a08 100644 --- a/sound/core/pcm_native.c +++ b/sound/core/pcm_native.c @@ -3115,7 +3115,7 @@ struct snd_pcm_sync_ptr32 { } c; } __packed; -/* recalcuate the boundary within 32bit */ +/* recalculate the boundary within 32bit */ static snd_pcm_uframes_t recalculate_boundary(struct snd_pcm_runtime *runtime) { snd_pcm_uframes_t boundary; |