File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -148,13 +148,14 @@ extern "C" {
148
148
extern SDL_DECLSPEC int SDLCALL SDL_GetVersion (void );
149
149
150
150
/**
151
- * Get the code revision of SDL that is linked against your program.
151
+ * Get the code revision of the SDL library that is linked against your
152
+ * program.
152
153
*
153
- * This value is the revision of the code you are linked with and may be
154
+ * This value is the revision of the code you are linking against and may be
154
155
* different from the code you are compiling with, which is found in the
155
156
* constant SDL_REVISION.
156
157
*
157
- * The revision is arbitrary string (a hash value) uniquely identifying the
158
+ * The revision is an arbitrary string (a hash value) uniquely identifying the
158
159
* exact revision of the SDL library in use, and is only useful in comparing
159
160
* against other revisions. It is NOT an incrementing number.
160
161
*
You can’t perform that action at this time.
0 commit comments