Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
857236af
Commit
857236af
authored
Oct 22, 2001
by
Nick Clifton
Committed by
Nick Clifton
Oct 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spelling typo in comment
From-SVN: r46407
parent
f2d40127
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/c-format.c
+2
-2
No files found.
gcc/ChangeLog
View file @
857236af
2001
-
10
-
22
Nick
Clifton
<
nickc
@cambridge
.
redhat
.
com
>
*
c
-
format
.
c
:
Fix
spelling
typo
in
comment
.
*
sched
-
int
.
h
:
Fix
typo
in
GCC
preamble
.
2001
-
10
-
21
Craig
Rodrigues
<
rodrigc
@gcc
.
gnu
.
org
>
...
...
gcc/c-format.c
View file @
857236af
...
...
@@ -399,7 +399,7 @@ typedef struct
}
format_length_info
;
/* Structure desribing the combination of a conversion specifier
/* Structure des
c
ribing the combination of a conversion specifier
(or a set of specifiers which act identically) and a length modifier. */
typedef
struct
{
...
...
@@ -420,7 +420,7 @@ typedef struct
#define NOLENGTHS { BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }
/* Structure desribing a format conversion specifier (or a set of specifiers
/* Structure des
c
ribing a format conversion specifier (or a set of specifiers
which act identically), and the length modifiers used with it. */
typedef
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment