aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-human
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-16 23:03:05 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-16 23:03:05 +0100
commit3da504acf21b33753e0c4260f86c311458aba805 (patch)
tree82946dfea8cd79f7e9cf72368b370805ca36874a /src/slibc-human
parentadd macros for overflow check (diff)
downloadslibc-3da504acf21b33753e0c4260f86c311458aba805.tar.gz
slibc-3da504acf21b33753e0c4260f86c311458aba805.tar.bz2
slibc-3da504acf21b33753e0c4260f86c311458aba805.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/slibc-human/escape.c2
-rw-r--r--src/slibc-human/humanmode.c2
-rw-r--r--src/slibc-human/humansize.c2
-rw-r--r--src/slibc-human/machinemode.c2
-rw-r--r--src/slibc-human/unescape.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/slibc-human/escape.c b/src/slibc-human/escape.c
index 56cf794..9579f73 100644
--- a/src/slibc-human/escape.c
+++ b/src/slibc-human/escape.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <slib-human.h>
+#include <slibc-human.h>
#include <slibc/internals.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/slibc-human/humanmode.c b/src/slibc-human/humanmode.c
index 83aba68..5dca887 100644
--- a/src/slibc-human/humanmode.c
+++ b/src/slibc-human/humanmode.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <slib-human.h>
+#include <slibc-human.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
diff --git a/src/slibc-human/humansize.c b/src/slibc-human/humansize.c
index 5f2bd4c..798cca6 100644
--- a/src/slibc-human/humansize.c
+++ b/src/slibc-human/humansize.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <slib-human.h>
+#include <slibc-human.h>
#include <stdlib.h>
#include <string.h>
#include <alloca.h>
diff --git a/src/slibc-human/machinemode.c b/src/slibc-human/machinemode.c
index f454613..da23662 100644
--- a/src/slibc-human/machinemode.c
+++ b/src/slibc-human/machinemode.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <slib-human.h>
+#include <slibc-human.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
diff --git a/src/slibc-human/unescape.c b/src/slibc-human/unescape.c
index 33b58b5..6224c15 100644
--- a/src/slibc-human/unescape.c
+++ b/src/slibc-human/unescape.c
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <slib-human.h>
+#include <slibc-human.h>
#include <stddef.h>
#include <errno.h>
#include <string.h>