diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-12 18:30:44 +0200 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2026-09-15 09:19:54 +0200 |
| commit | 38fbd7466eb1b50006cec847e2f9f5dbcd8d70da (patch) | |
| tree | f2f4aea3314f5a1c3320659d2dde9e12d18c5a86 | |
| parent | 5f254f4244e0690f4366e302569f5e04b8f08a5d (diff) | |
| download | linux-next-38fbd7466eb1b50006cec847e2f9f5dbcd8d70da.tar.gz linux-next-38fbd7466eb1b50006cec847e2f9f5dbcd8d70da.zip | |
fbdev: sticore: fix typos in comments
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
| -rw-r--r-- | drivers/video/sticore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sticore.c b/drivers/video/sticore.c index 1d4477f20450..6876a03c464a 100644 --- a/drivers/video/sticore.c +++ b/drivers/video/sticore.c @@ -389,7 +389,7 @@ static int sti_font_setup(char *str) * - sti_font=<number> (<number> = 1,2,3,...) * most STI ROMs have built-in HP specific fonts, which can be selected * by giving the desired number to the sticon driver. - * NOTE: This number is machine and STI ROM dependend. + * NOTE: This number is machine and STI ROM dependent. * - sti_font=<height>x<width> (e.g. sti_font=16x8) * <height> and <width> gives hints to the height and width of the * font which the user wants. The sticon driver will try to use |
