scripts/bash_aliases: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2021-07-28 22:19:59 +02:00 committed by Michael Kerrisk
parent 33e2aa41ff
commit 1d32ab01fc
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ EX_USAGE=64;
# C
# sed_rm_ccomments() removes C comments.
# It can't handle multiple comments in a sinlge line correctly,
# It can't handle multiple comments in a single line correctly,
# nor mixed or embedded //... and /*...*/ comments.
# Use as a filter (see man_lsfunc() in this file).