diff options
author | Holger Hans Peter Freyther <holger@freyther.de> | 2011-02-24 11:46:49 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-03-21 00:16:09 -0400 |
commit | 1bef82917c74249ff21982127e57defd6ca2bb1b (patch) | |
tree | dd288483397881b5753e53fdf7ba193c69f475eb /fs | |
parent | ff38c083ad3bb8dbbed80aa9090fcc96bc4af7db (diff) |
Small typo fix...
Hi,
I was backporting the coredump over pipe feature and noticed this small typo,
I wish I would have something bigger to contribute...
>From 15d6080e0ed4267da103c706917a33b1015e8804 Mon Sep 17 00:00:00 2001
From: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Date: Thu, 24 Feb 2011 17:42:50 +0100
Subject: [PATCH] fs: Fix a small typo in the comment
The function is called umh_pipe_setup not uhm_pipe_setup.
Signed-off-by: Holger Hans Peter Freyther <holger@moiji-mobile.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1875,7 +1875,7 @@ static void wait_for_dump_helpers(struct file *file) | |||
1875 | 1875 | ||
1876 | 1876 | ||
1877 | /* | 1877 | /* |
1878 | * uhm_pipe_setup | 1878 | * umh_pipe_setup |
1879 | * helper function to customize the process used | 1879 | * helper function to customize the process used |
1880 | * to collect the core in userspace. Specifically | 1880 | * to collect the core in userspace. Specifically |
1881 | * it sets up a pipe and installs it as fd 0 (stdin) | 1881 | * it sets up a pipe and installs it as fd 0 (stdin) |