aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/eval.c')
-rw-r--r--bin/sh/eval.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/sh/eval.c b/bin/sh/eval.c
index 58cfc522bb14..fdc7a2560694 100644
--- a/bin/sh/eval.c
+++ b/bin/sh/eval.c
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)eval.c 8.9 (Berkeley) 6/8/95";
-#endif
-#endif /* not lint */
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <paths.h>
#include <signal.h>
#include <stdlib.h>
@@ -907,7 +899,7 @@ evalcommand(union node *cmd, int flags, struct backcmd *backcmd)
* so we just delete the hash before and after
* the command runs. Partly deleting like
* changepatch() does doesn't seem worth the
- * bookinging effort, since most such runs add
+ * booking effort, since most such runs add
* directories in front of the new PATH.
*/
clearcmdentry();