Module Name: src Committed By: kamil Date: Thu May 4 11:01:16 UTC 2017
Modified Files: src/sys/kern: cnmagic.c Log Message: Correct typo in the comment No functional change. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/kern/cnmagic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/kern/cnmagic.c diff -u src/sys/kern/cnmagic.c:1.13 src/sys/kern/cnmagic.c:1.14 --- src/sys/kern/cnmagic.c:1.13 Sat Nov 19 17:34:41 2011 +++ src/sys/kern/cnmagic.c Thu May 4 11:01:16 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: cnmagic.c,v 1.13 2011/11/19 17:34:41 christos Exp $ */ +/* $NetBSD: cnmagic.c,v 1.14 2017/05/04 11:01:16 kamil Exp $ */ /* * Copyright (c) 2000 Eduardo Horvath @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cnmagic.c,v 1.13 2011/11/19 17:34:41 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cnmagic.c,v 1.14 2017/05/04 11:01:16 kamil Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -113,7 +113,7 @@ cn_set_magic(const char *smagic) } /* - * Translatea state machine table back to + * Translate a state machine table back to * a magic string. */ int @@ -166,4 +166,3 @@ finish: ADD_CHAR('\0'); return 0; } -