diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2016-06-05 21:03:18 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-06 21:41:08 +0200 |
commit | 517aa8b0653b639018f9c3738be68492deff5116 (patch) | |
tree | 8a1e9338e3bfc97cd20fcad324b8ff7348f4c9ba | |
parent | 9aba60ed6e4ab3c1b44e15c1ac0cd324581bb600 (diff) |
intel/skylake: Fix typo in comment
Correct the spelling of *firmware* in a comment.
Change-Id: I44bcd95f754ff839d582dc2150e1883a6315da9e
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/15078
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/soc/intel/skylake/nhlt/nau88l25.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/nhlt/nau88l25.c b/src/soc/intel/skylake/nhlt/nau88l25.c index d9b9cbd849..0a6dd1b53b 100644 --- a/src/soc/intel/skylake/nhlt/nau88l25.c +++ b/src/soc/intel/skylake/nhlt/nau88l25.c @@ -15,7 +15,7 @@ #include <soc/nhlt.h> -/* The same DSP firmwware settings are used for both the capture and +/* The same DSP firmware settings are used for both the capture and * render endpoints. */ static const struct nhlt_format_config nau88l25_cfg[] = { /* 48 KHz 24-bits per sample. */ |