Merge branch 'GP-0_ryanmkurtz_PR-7220_chuangjinglu_typos'

This commit is contained in:
Ryan Kurtz 2024-11-25 11:31:39 -05:00
commit d079ca4a1e
6 changed files with 17 additions and 17 deletions

View File

@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -304,7 +304,7 @@ public abstract class SyncAction extends DockingAction implements Comparable<Syn
}
/**
* Checks if datatype is really out of sync or only is is marked as out of sync but really
* Checks if datatype is really out of sync or only is marked as out of sync but really
* is not changed. If datatypes are really in sync, updates the time marks to indicate that
* they are in sync;
* @param outOfSynchDataTypes list of all datatypes that are marked as "out of sync".

View File

@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -123,7 +123,7 @@ public class DataTypeEditorManager implements EditorListener {
}
/**
* Displays a data type editor for editing the given Structure. If the structure is is already
* Displays a data type editor for editing the given Structure. If the structure is already
* being edited then it is brought to the front. Otherwise, a new editor is created and
* displayed.
* @param structure the structure.

View File

@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -28,7 +28,7 @@ import ghidra.framework.generic.auth.Password;
* Typically used to query passwords and to add known good passwords
* to caches for later re-retrieval.
* <p>
* Closing a CryptoSession instance does not invalidate the instance, instead is is a suggestion
* Closing a CryptoSession instance does not invalidate the instance, instead it is a suggestion
* that the instance should not be used for any further nested sessions.
* <p>
* See {@link CryptoProviders#newSession()}.

View File

@ -6140,7 +6140,7 @@ public class RecoveredClassHelper {
}
// if one or more is a constructor and none are destructors then the indeterminate
// inline is is an inlined constructor
// inline is an inlined constructor
if (isConstructor == true && isDestructor == false) {
processInlineConstructor(recoveredClass, inlineFunction, referenceToClassMap);
}

View File

@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -398,7 +398,7 @@ public interface DataType {
/**
* Returns the prefix to use for this datatype when an abbreviated prefix is desired.
* <p>
* For example, some datatypes will built a large default label, at which is is more desirable
* For example, some datatypes will build a large default label, at which it is more desirable
* to have a shortened prefix.
*
* @return the prefix to use for this datatype when an abbreviated prefix is desired. May return

View File

@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -228,7 +228,7 @@ public interface MemBuffer {
* Returns a stream that supplies the bytes of this buffer, starting at offset 0.
* <p>
* Note: the default implementation will produce invalid results if the underlying
* MemBuffer instance is is mutated to point to different memory.
* MemBuffer instance is mutated to point to different memory.
*
* @return an InputStream that returns the bytes of this mem buffer
*/
@ -240,7 +240,7 @@ public interface MemBuffer {
* Returns a stream that supplies the bytes of this buffer, starting at the specified offset.
* <p>
* Note: the default implementation will produce invalid results if the underlying
* MemBuffer instance is is mutated to point to different memory.
* MemBuffer instance is mutated to point to different memory.
*
* @param initialPosition location in membuffer where the stream should start
* @param length number of bytes to limit the stream to