aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-11-05 18:19:21 +1100
committerDrashna Jaelre <drashna@live.com>2019-11-04 23:19:21 -0800
commitfc51a4a1076c5f6f102024f1520e33634bc45dc4 (patch)
treea988aa4ebeae7b877444586d31e901e6de64ff67 /drivers
parent8b832c494cd6d50e4f9c8384ce54733308eda95f (diff)
downloadfirmware-fc51a4a1076c5f6f102024f1520e33634bc45dc4.tar.gz
firmware-fc51a4a1076c5f6f102024f1520e33634bc45dc4.tar.bz2
firmware-fc51a4a1076c5f6f102024f1520e33634bc45dc4.zip
Fix typo in ARM I2C copyright header (#7264)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/arm/i2c_master.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/arm/i2c_master.h b/drivers/arm/i2c_master.h
index a8ed66403..efe3909a6 100644
--- a/drivers/arm/i2c_master.h
+++ b/drivers/arm/i2c_master.h
@@ -1,9 +1,9 @@
/* Copyright 2018 Jack Humbert
* Copyright 2018 Yiancar
*
- * This program is free sofare: you can redistribute it and/or modify
+ * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Sofare Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,