summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNik Nyby2017-10-25 06:19:19 +0200
committerNik Nyby2017-10-25 06:19:19 +0200
commita7da792223a77ea99edca11206a0666d8b710df4 (patch)
treedba161ce6a5fe1dd87da3c2f0033c71bf205e140 /include
parenttests: add LUKS test images (diff)
downloadkernel-qcow2-util-linux-a7da792223a77ea99edca11206a0666d8b710df4.tar.gz
kernel-qcow2-util-linux-a7da792223a77ea99edca11206a0666d8b710df4.tar.xz
kernel-qcow2-util-linux-a7da792223a77ea99edca11206a0666d8b710df4.zip
Fix typo in carefulputc.h
Signed-off-by: Nik Nyby <nikolas@gnu.org>
Diffstat (limited to 'include')
-rw-r--r--include/carefulputc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/carefulputc.h b/include/carefulputc.h
index 688435ed5..54a02bfef 100644
--- a/include/carefulputc.h
+++ b/include/carefulputc.h
@@ -1,5 +1,5 @@
-#ifndef UTIL_LINUX_CAREFUULPUTC_H
-#define UTIL_LINUX_CAREFUULPUTC_H
+#ifndef UTIL_LINUX_CAREFULPUTC_H
+#define UTIL_LINUX_CAREFULPUTC_H
/*
* A putc() for use in write and wall (that sometimes are sgid tty).
@@ -150,4 +150,4 @@ static inline void fputs_nonblank(const char *data, FILE *out)
}
-#endif /* _CAREFUULPUTC_H */
+#endif /* _CAREFULPUTC_H */