diff options
Diffstat (limited to 'doc/style.9.txt')
-rw-r--r-- | doc/style.9.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.9.txt b/doc/style.9.txt index 94f2515e..101f3406 100644 --- a/doc/style.9.txt +++ b/doc/style.9.txt @@ -634,7 +634,7 @@ error = do_something(); if (error) { if (error != ERROR_AGAIN) { - printk("unexpected error\n"); + printf("unexpected error\n"); } return error; |