From 308290e2b63940c433c4fc28e51300078319f65c Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 13 Aug 2011 22:19:41 +0000 Subject: [PATCH] dict.leo.org says this is correct --- mksh.1 | 6 +++--- sh.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mksh.1 b/mksh.1 index 0602c2a..948529a 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.272 2011/07/16 17:08:20 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.273 2011/08/13 22:19:40 tg Exp $ .\" $OpenBSD: ksh.1,v 1.140 2011/04/23 10:14:59 sobrado Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, @@ -72,7 +72,7 @@ .\" with -mandoc, it might implement .Mx itself, but we want to .\" use our own definition. And .Dd must come *first*, always. .\" -.Dd $Mdocdate: July 16 2011 $ +.Dd $Mdocdate: August 13 2011 $ .\" .\" Check which macro package we use .\" @@ -926,7 +926,7 @@ $ [[ $bar = $baz ]]; echo $? $ [[ $bar = "$baz" ]]; echo $? .Ed .Pp -Perhaps surprisingly, the first comparision succeeds, +Perhaps surprisingly, the first comparison succeeds, whereas the second doesn't. .El .El diff --git a/sh.h b/sh.h index b44b449..49665bf 100644 --- a/sh.h +++ b/sh.h @@ -151,7 +151,7 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.490 2011/07/26 16:57:28 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.491 2011/08/13 22:19:41 tg Exp $"); #endif #define MKSH_VERSION "R40 2011/07/26" @@ -651,7 +651,7 @@ struct shoption { }; extern const struct shoption options[]; -/* null value for variable; comparision pointer for unset */ +/* null value for variable; comparison pointer for unset */ EXTERN char null[] I__(""); /* helpers for string pooling */ EXTERN const char T_intovfl[] I__("integer overflow %lu %c %lu prevented");