Commit 6c4d6bc5 authored by Masanari Iida's avatar Masanari Iida Committed by Miguel Ojeda

auxdisplay: Fix a typo in cfag12864b-example.c

This patch fix a spelling typo in cfag12864b-example.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
parent 390235c3
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment