Skip to content

Commit

Permalink
auxdisplay: Fix a typo in cfag12864b-example.c
Browse files Browse the repository at this point in the history
This patch fix a spelling typo in cfag12864b-example.c

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
standby24x7 authored and ojeda committed Aug 8, 2019
1 parent 390235c commit 6c4d6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/auxdisplay/cfag12864b-example.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ int main(int argc, char *argv[])

if (argc != 2) {
printf(
"Sintax: %s fbdev\n"
"Syntax: %s fbdev\n"
"Usually: /dev/fb0, /dev/fb1...\n", argv[0]);
return -1;
}
Expand Down

0 comments on commit 6c4d6bc

Please sign in to comment.