Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ba5f32cd
Commit
ba5f32cd
authored
Jun 23, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c: Fix typo (grammer -> grammar).
... detected by Debian's lintian tool.
parent
7d66941a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arbprogparse.c
nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c
+3
-3
No files found.
nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c
View file @
ba5f32cd
...
@@ -97,8 +97,8 @@
...
@@ -97,8 +97,8 @@
*
*
* Cosmetic Stuff
* Cosmetic Stuff
* -----------------------------------------------------
* -----------------------------------------------------
* - remove any leftover unused gramm
e
r.c stuff (dict_ ?)
* - remove any leftover unused gramm
a
r.c stuff (dict_ ?)
* - fix gramm
e
r.c error handling so its not static
* - fix gramm
a
r.c error handling so its not static
* - #ifdef around stuff pertaining to extentions
* - #ifdef around stuff pertaining to extentions
*
*
* Outstanding Questions:
* Outstanding Questions:
...
@@ -3979,7 +3979,7 @@ _mesa_parse_arb_program (GLcontext * ctx, const GLubyte * str, GLsizei len,
...
@@ -3979,7 +3979,7 @@ _mesa_parse_arb_program (GLcontext * ctx, const GLubyte * str, GLsizei len,
grammar_get_last_error
((
GLubyte
*
)
error_msg
,
300
,
&
error_pos
);
grammar_get_last_error
((
GLubyte
*
)
error_msg
,
300
,
&
error_pos
);
_mesa_set_program_error
(
ctx
,
error_pos
,
error_msg
);
_mesa_set_program_error
(
ctx
,
error_pos
,
error_msg
);
_mesa_error
(
ctx
,
GL_INVALID_OPERATION
,
_mesa_error
(
ctx
,
GL_INVALID_OPERATION
,
"Error loading gramm
e
r rule set"
);
"Error loading gramm
a
r rule set"
);
return
GL_FALSE
;
return
GL_FALSE
;
}
}
...
...
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