Fix comment.

This commit is contained in:
Tom Alexander 2022-11-16 21:30:55 -05:00
parent 1ae5212241
commit 572067b0cc
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Read memory usage in FreeBSD
# Read memory usage in Linux
set -euo pipefail
IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"