diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2022-02-27 05:53:05 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-02 18:43:24 +0000 |
commit | eec3bbdd27652aec93f32a61c984c6e633e824bc (patch) | |
tree | 079f2cac53e5e5c9b9558b6128862caf6194ac5b /scripts/crosstap | |
parent | 5ce1060e3a0a98e4a57c7c60430c3ca809031115 (diff) | |
download | poky-eec3bbdd27652aec93f32a61c984c6e633e824bc.tar.gz |
scripts: Various typo/grammar/punctuation fixes
Among other things, fix misspellings of:
- absolute
- deprecated
- suitable
- handle
and a bunch of other things.
(From OE-Core rev: c3773cd6c44dfe82be9ecd248120e7d6c753f891)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/crosstap')
-rwxr-xr-x | scripts/crosstap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstap b/scripts/crosstap index 73c8947442..5aa72f14d4 100755 --- a/scripts/crosstap +++ b/scripts/crosstap | |||
@@ -353,7 +353,7 @@ bitbake workspace. | |||
353 | 353 | ||
354 | Anything after -- option is passed directly to stap. | 354 | Anything after -- option is passed directly to stap. |
355 | 355 | ||
356 | Legacy script invocation style supported but depreciated: | 356 | Legacy script invocation style supported but deprecated: |
357 | %prog <user@hostname> <sytemtap-script> [systemtap options] | 357 | %prog <user@hostname> <sytemtap-script> [systemtap options] |
358 | 358 | ||
359 | To enable most out of systemtap the following site.conf or local.conf | 359 | To enable most out of systemtap the following site.conf or local.conf |