diff options
author | Greg Ungerer <gerg@linux-m68k.org> | 2016-07-21 17:05:41 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2016-07-25 14:40:35 +1000 |
commit | 120c4d95b29d1c60ee8c7b72e4b96098514b2e3c (patch) | |
tree | dcd8f3f180c511f01e1e09411988aad3f089c911 /arch/m68k | |
parent | 89e6ffd9f03936d9f6f0332426e4a3cf379b90bd (diff) |
m68k: fix file path comment
Remove the wrong full path name of this file.
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/include/asm/flat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/flat.h b/arch/m68k/include/asm/flat.h index f46c2f044f8c..8e58d47be90d 100644 --- a/arch/m68k/include/asm/flat.h +++ b/arch/m68k/include/asm/flat.h @@ -1,5 +1,5 @@ /* - * include/asm-m68knommu/flat.h -- uClinux flat-format executables + * flat.h -- uClinux flat-format executables */ #ifndef __M68KNOMMU_FLAT_H__ |