fix misspelled 'Allows to' -> 'Allows one to'
This commit is contained in:
parent
1f32f7c55b
commit
77b3a662fc
|
@ -1132,7 +1132,7 @@ float2 SMAADepthEdgeDetectionPS(float2 texcoord,
|
||||||
#if !defined(SMAA_DISABLE_DIAG_DETECTION)
|
#if !defined(SMAA_DISABLE_DIAG_DETECTION)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allows to decode two binary values from a bilinear-filtered access.
|
* Allows one to decode two binary values from a bilinear-filtered access.
|
||||||
*/
|
*/
|
||||||
float2 SMAADecodeDiagBilinearAccess(float2 e) {
|
float2 SMAADecodeDiagBilinearAccess(float2 e) {
|
||||||
// Bilinear access for fetching 'e' have a 0.25 offset, and we are
|
// Bilinear access for fetching 'e' have a 0.25 offset, and we are
|
||||||
|
|
|
@ -35,7 +35,7 @@ class EDIT_POINTS;
|
||||||
/**
|
/**
|
||||||
* Class EDIT_CONSTRAINT
|
* Class EDIT_CONSTRAINT
|
||||||
*
|
*
|
||||||
* Allows to describe constraints between two edit handles. After the constrained handle is changed,
|
* Allows one to describe constraints between two edit handles. After the constrained handle is changed,
|
||||||
* Apply() has to be called to fix its coordinates according to the implemented constraint.
|
* Apply() has to be called to fix its coordinates according to the implemented constraint.
|
||||||
*/
|
*/
|
||||||
template<class EDIT_TYPE>
|
template<class EDIT_TYPE>
|
||||||
|
|
|
@ -38,7 +38,7 @@ class CONNECTIVITY_DATA;
|
||||||
/**
|
/**
|
||||||
* Class EDIT_TOOL
|
* Class EDIT_TOOL
|
||||||
*
|
*
|
||||||
* The interactive edit tool. Allows to move, rotate, flip and change properties of items selected
|
* The interactive edit tool. Allows one to move, rotate, flip and change properties of items selected
|
||||||
* using the pcbnew.InteractiveSelection tool.
|
* using the pcbnew.InteractiveSelection tool.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ class DIALOG_POSITION_RELATIVE;
|
||||||
/**
|
/**
|
||||||
* Class POSITION_RELATIVE_TOOL
|
* Class POSITION_RELATIVE_TOOL
|
||||||
*
|
*
|
||||||
* The interactive edit tool. Allows to move, rotate, flip and change properties of items selected
|
* The interactive edit tool. Allows one to move, rotate, flip and change properties of items selected
|
||||||
* using the pcbnew.InteractiveSelection tool.
|
* using the pcbnew.InteractiveSelection tool.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -251,7 +251,7 @@ private:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function pickSmallestComponent()
|
* Function pickSmallestComponent()
|
||||||
* Allows to find the smallest (in terms of bounding box area) item from the list.
|
* Allows one to find the smallest (in terms of bounding box area) item from the list.
|
||||||
*
|
*
|
||||||
* @param aCollector containes the list of items.
|
* @param aCollector containes the list of items.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue