svn commit: r334544 - head/usr.bin/top

Eitan Adler eadler at FreeBSD.org
Sat Jun 2 22:12:58 UTC 2018


Author: eadler
Date: Sat Jun  2 22:12:57 2018
New Revision: 334544
URL: https://svnweb.freebsd.org/changeset/base/334544

Log:
  top(1): Fix two speeling errors I introduced

Modified:
  head/usr.bin/top/screen.c
  head/usr.bin/top/top.c

Modified: head/usr.bin/top/screen.c
==============================================================================
--- head/usr.bin/top/screen.c	Sat Jun  2 22:06:27 2018	(r334543)
+++ head/usr.bin/top/screen.c	Sat Jun  2 22:12:57 2018	(r334544)
@@ -3,7 +3,7 @@
  *  Version 3
  *
  *  This program may be freely redistributed,
- *  but this entire ceomment MUST remain intact.
+ *  but this entire comment MUST remain intact.
  *
  *  Copyright (c) 1984, 1989, William LeFebvre, Rice University
  *  Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University

Modified: head/usr.bin/top/top.c
==============================================================================
--- head/usr.bin/top/top.c	Sat Jun  2 22:06:27 2018	(r334543)
+++ head/usr.bin/top/top.c	Sat Jun  2 22:12:57 2018	(r334544)
@@ -264,7 +264,7 @@ main(int argc, char *argv[])
      * Since top(1) is often long running and
      * doesn't typically care about where its running from
      * chdir to the root to allow unmounting of its
-     * originall wd. Failure is alright as this is
+     * original wd. Failure is alright as this is
      * just a courtesy for users.
      */
     chdir("/");


More information about the svn-src-all mailing list