diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2011-12-30 11:02:40 +0000 |
commit | 487ac9ac212077c859aafc40ac9660a84d0f294e (patch) | |
tree | d145ece02284bd86561f373fcb369e260154153b /usr.bin/limits/limits.c | |
parent | fb2ad9d3a495c2ad70c72b3321b61f43d132fbfa (diff) | |
download | src-test2-487ac9ac212077c859aafc40ac9660a84d0f294e.tar.gz src-test2-487ac9ac212077c859aafc40ac9660a84d0f294e.zip |
Notes
Diffstat (limited to 'usr.bin/limits/limits.c')
-rw-r--r-- | usr.bin/limits/limits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 2da69a23c64f..cf41fa4ca85e 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -236,7 +236,7 @@ static struct { /* * One letter for each resource levels. - * NOTE: There is a dependancy on the corresponding + * NOTE: There is a dependency on the corresponding * letter index being equal to the resource number. * If sys/resource.h defines are changed, this needs * to be modified accordingly! |