-
Notifications
You must be signed in to change notification settings - Fork 0
all: spelling: Fix typos/misspells in various files #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -527,7 +527,7 @@ static int encode_access_rights(int cattr) | |
|
|
||
| /* | ||
| * returns the largest value rv, such that for every index < rv, | ||
| * entrys[index].vStartAddress < first. | ||
| * entries[index].vStartAddress < first. | ||
| * | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nu ar trebui sa modificam fisierul asta intrucat e folosit asa cum e dintr-un SDK primit de la Cadence. |
||
| * Assumes an ordered entry array (even disabled entries must be ordered). | ||
| * value returned is in the range [0, XCHAL_MPU_ENTRIES]. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -369,7 +369,7 @@ | |
| # define XTHAL_SET_CCOMPARE(n,v) do {/*nothing*/} while(0) | ||
| #endif | ||
|
|
||
| /* New functions added to accomodate XEA3 and allow deprecation of older | ||
| /* New functions added to accommodate XEA3 and allow deprecation of older | ||
| functions. For this release they just map to the older ones. */ | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Acesta este un fisier primit la de la Xtensa si nu trebuie sa-l modificam. |
||
| /* Enables the specified interrupt. */ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -332,7 +332,7 @@ int trax_set_pcstop (trax_context *context, int index, unsigned long startaddres | |
| * index : container of information about the number of stop triggers | ||
| * startaddress : container of start range of stop trigger | ||
| * endaddress : container of end range of stop trigger | ||
| * flags : container of information whcih indicates whether the | ||
| * flags : container of information which indicates whether the | ||
| * pc stop range is inverted or not. | ||
| * | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. La fel nu trebuie modificat acest fisier. |
||
| * returns : 0 if successful, -1 if unsuccessful | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -211,8 +211,8 @@ | |
| /*********** Bit definitions within some of the above registers ***********/ | ||
| #define OCD_ID_LSDDRP 0x01000000 | ||
| #define OCD_ID_LSDDRP_SHIFT 24 | ||
| #define OCD_ID_ENDIANESS 0x00000001 | ||
| #define OCD_ID_ENDIANESS_SHIFT 0 | ||
| #define OCD_ID_ENDIANNESS 0x00000001 | ||
| #define OCD_ID_ENDIANNESS_SHIFT 0 | ||
| #define OCD_ID_PSO 0x0000000C | ||
| #define OCD_ID_PSO_SHIFT 2 | ||
| #define OCD_ID_TRACEPORT 0x00000080 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. La fel nu trebuie modificat. |
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -123,12 +123,12 @@ _xmon_log(char app_log_en, char app_trace_en, | |
| * Receive remote packet bytes from GDB | ||
| * wait: If the function would block waiting for more | ||
| * characters from gdb, wait=0 instructs it to | ||
| * return 0 immediatelly. Otherwise, if wait=1, | ||
| * return 0 immediately. Otherwise, if wait=1, | ||
| * the function may or may not wait for GDB. | ||
| * NOTE: Current XMON version supports single char | ||
| * input only (return value is 1 always) | ||
| * buf: Pointer to the buffer for the received data. | ||
| * Returns: 0 - no data avaiable, | ||
| * Returns: 0 - no data available, | ||
| >0 - length of received array in buf. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nu trebuie modificat. |
||
| */ | ||
| extern int | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -127,7 +127,7 @@ _PD_RELEASE_VNN: | |
|
|
||
| _PD_SEND_IPC: | ||
| // Send IPC to host informing of PD completion - Clear BUSY bit by | ||
| // writting IPC_DIPCT_BUSY to IPC_DIPCT | ||
| // writing IPC_DIPCT_BUSY to IPC_DIPCT | ||
| l32i temp_reg1, host_base, IPC_DIPCT | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. aici e ok. |
||
| movi temp_reg2, IPC_DIPCT_BUSY | ||
| or temp_reg1, temp_reg1, temp_reg2 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aici e ok.