summaryrefslogtreecommitdiffstats
path: root/sbin/iscontrol
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/iscontrol')
-rw-r--r--sbin/iscontrol/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/iscontrol/misc.c b/sbin/iscontrol/misc.c
index 61ca247..4ac3f0a 100644
--- a/sbin/iscontrol/misc.c
+++ b/sbin/iscontrol/misc.c
@@ -185,7 +185,7 @@ bin2str(char *encoding, unsigned char *md, int blen)
strcpy(dst, encoding);
ds = dst + 2;
cp = md;
- b6 = 0; // to keep copiler happy.
+ b6 = 0; // to keep compiler happy.
for(i = 0; i < blen; i++) {
switch(i % 3) {
case 0:
OpenPOWER on IntegriCloud