Author: delphij Date: Mon Jul 1 21:18:39 2013 New Revision: 252480 URL: http://svnweb.freebsd.org/changeset/base/252480
Log: Correct a typo in comment. Modified: head/sbin/swapon/swapon.c Modified: head/sbin/swapon/swapon.c ============================================================================== --- head/sbin/swapon/swapon.c Mon Jul 1 21:16:19 2013 (r252479) +++ head/sbin/swapon/swapon.c Mon Jul 1 21:18:39 2013 (r252480) @@ -310,7 +310,7 @@ swap_on_off_gbde(const char *name, int d return (ret); } -/* Build geli(8) arguments from mntopts */ +/* Build geli(8) arguments from mntops */ static char * swap_on_geli_args(const char *mntops) { _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"