9
0
Fork 0

fs: fat: fix copy-paste typo

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2016-02-19 17:10:46 +03:00 committed by Sascha Hauer
parent 2b480855e6
commit b4d8ee6876
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/*
* ramfs.c - a malloc based filesystem
* fat.c - FAT filesystem barebox driver
*
* Copyright (c) 2007 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
* Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
* See file CREDITS for list of people who contributed to this
* project.