diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-05-09 07:51:49 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 08:58:16 +0200 |
commit | 5886269962f94fa9185c32db3ec936c612503235 (patch) | |
tree | 2f24dabcf5791319ebb1fbdfb5dbc58284714275 /fs/jbd/recovery.c | |
parent | 01afd80626e98c2347bc25be92ee4a3faf314514 (diff) | |
download | linux-3.10-5886269962f94fa9185c32db3ec936c612503235.tar.gz linux-3.10-5886269962f94fa9185c32db3ec936c612503235.tar.bz2 linux-3.10-5886269962f94fa9185c32db3ec936c612503235.zip |
fix file specification in comments
Many files include the filename at the beginning, serveral used a wrong one.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/jbd/recovery.c')
-rw-r--r-- | fs/jbd/recovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd/recovery.c b/fs/jbd/recovery.c index 11563fe2a52..2a5f4b833e3 100644 --- a/fs/jbd/recovery.c +++ b/fs/jbd/recovery.c @@ -1,5 +1,5 @@ /* - * linux/fs/recovery.c + * linux/fs/jbd/recovery.c * * Written by Stephen C. Tweedie <sct@redhat.com>, 1999 * |