diff options
| author | andvar <andvar@NetBSD.org> | 2023-06-03 20:41:44 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-06-03 20:41:44 +0000 |
| commit | c0bc043d63607fa11b4d2a3780f276adbf294921 (patch) | |
| tree | bc4401ab208b9ea95c42122336642822585ec14d /lib | |
| parent | 6290490dac5df42374c37ad90029788e6b9dc43b (diff) | |
fix various typos in comments and messages.
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/librumpuser/build-aux/depcomp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librumpuser/build-aux/depcomp b/lib/librumpuser/build-aux/depcomp index 4ebd5b3a2f2..d6fe445054e 100755 --- a/lib/librumpuser/build-aux/depcomp +++ b/lib/librumpuser/build-aux/depcomp @@ -198,7 +198,7 @@ gcc3) ;; gcc) -## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## Note that this doesn't just cater to obsolete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's |
