Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-05-07 22:53:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-07 22:53:05 +0400
commit65d54f34b13ddd815fdffad85b3e3e0ab542c0b1 (patch)
treef46f21df09748f6cd621b7729fcf384c17d19d73 /source/blender/blenlib/BLI_compiler_attrs.h
parent3a8f1d5d8b8a95e9b3750d941fda1f8fcb549518 (diff)
Code cleanup: spelling/indentation
Diffstat (limited to 'source/blender/blenlib/BLI_compiler_attrs.h')
-rw-r--r--source/blender/blenlib/BLI_compiler_attrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_compiler_attrs.h b/source/blender/blenlib/BLI_compiler_attrs.h
index 0a93ae2566b..f0d32670229 100644
--- a/source/blender/blenlib/BLI_compiler_attrs.h
+++ b/source/blender/blenlib/BLI_compiler_attrs.h
@@ -42,7 +42,7 @@
/* hint to mark function arguments expected to be non-null
* if no arguments are given to the macro, all of pointer
- * arguments owuld be expected to be non-null
+ * arguments would be expected to be non-null
*/
#ifdef __GNUC__
# define ATTR_NONNULL(args ...) __attribute__((nonnull(args)))