aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@fs.tum.de>2004-08-01 20:14:55 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-01 20:14:55 -0700
commite0f928add849a0ffcf8762bd6d21c8076b2aa8b3 (patch)
tree21fdcc6159877229f2975f544f80c7468b77b4dd /mm
parenta310d9cf090a962dfb5d40ab6a38375388cb6d50 (diff)
downloadhistory-e0f928add849a0ffcf8762bd6d21c8076b2aa8b3.tar.gz
[PATCH] Canonically reference files in Documentation/ code comments part
Below is a patch by Hans Ulrich Niedermann <linux-kernel@n-dimensional.de> to change all references in comments to files in Documentation/ to start with Documentation/ Signed-off-by: Adrian Bunk <bunk@fs.tum.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/swap.c b/mm/swap.c
index 75e93e20119d0f..7771d2803f62a4 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -7,7 +7,7 @@
/*
* This file contains the default values for the opereation of the
* Linux VM subsystem. Fine-tuning documentation can be found in
- * linux/Documentation/sysctl/vm.txt.
+ * Documentation/sysctl/vm.txt.
* Started 18.12.91
* Swap aging added 23.2.95, Stephen Tweedie.
* Buffermem limits added 12.3.98, Rik van Riel.