diff options
author | Leah Rowe <leah@libreboot.org> | 2023-06-13 22:35:34 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-06-13 22:35:34 +0100 |
commit | a1758a7ab082944cbcd41d3fa4a547d4fc218601 (patch) | |
tree | 69739b94f5572d9248c7279e94b53d33c8f3b8d5 /util | |
parent | 2b5727310ce264b4f7470c54570b950c6839e8ca (diff) |
util/spkmodem-recv: say cc, not gcc, in comment
i've build-tested this code with clang and that also
works. in practise, a user is going to have clang or gcc
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/spkmodem_recv/spkmodem-recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/spkmodem_recv/spkmodem-recv.c b/util/spkmodem_recv/spkmodem-recv.c index ca814792..72b85d0c 100644 --- a/util/spkmodem_recv/spkmodem-recv.c +++ b/util/spkmodem_recv/spkmodem-recv.c @@ -23,7 +23,7 @@ #include <string.h> #include <unistd.h> -/* Compilation: gcc -o spkmodem-recv spkmodem-recv.c */ +/* Compilation: cc -o spkmodem-recv spkmodem-recv.c */ /* Usage: parec --channels=1 --rate=48000 --format=s16le | ./spkmodem-recv */ #define SAMPLES_PER_FRAME 240 |