diff options
Diffstat (limited to 'coreutils/dd.c')
-rw-r--r-- | coreutils/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index 43545c0..d302f35 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -19,7 +19,7 @@ //config: default y //config: depends on DD //config: help -//config: Sending a SIGUSR1 signal to a running `dd' process makes it +//config: Sending a SIGUSR1 signal to a running 'dd' process makes it //config: print to standard error the number of records read and written //config: so far, then to resume copying. //config: |