diff options
author | delphij <delphij@FreeBSD.org> | 2006-06-29 09:18:16 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-06-29 09:18:16 +0000 |
commit | 213fe633213862c30bfe50c6616f61eab15bf53e (patch) | |
tree | 2c487fa825ca395deda4b35498778a4bdef6873c /usr.sbin/kgmon | |
parent | ab1d64596d518bf6a88c862d5193fe81c0212a87 (diff) | |
download | FreeBSD-src-213fe633213862c30bfe50c6616f61eab15bf53e.zip FreeBSD-src-213fe633213862c30bfe50c6616f61eab15bf53e.tar.gz |
Correct a typo
Diffstat (limited to 'usr.sbin/kgmon')
-rw-r--r-- | usr.sbin/kgmon/kgmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kgmon/kgmon.c b/usr.sbin/kgmon/kgmon.c index 05d478a..bdb2da2 100644 --- a/usr.sbin/kgmon/kgmon.c +++ b/usr.sbin/kgmon/kgmon.c @@ -178,7 +178,7 @@ usage() } /* - * Check that profiling is enabled and open any ncessary files. + * Check that profiling is enabled and open any necessary files. */ int openfiles(system, kmemf, kvp) |