summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-01-26 18:40:58 -0800
committerEric Anholt <eric@anholt.net>2013-04-19 15:35:28 -0700
commit9bd750297dcb2070e482d110443edf76942fe424 (patch)
tree8607def56e90686f2dccf164231f932686b911ab
parent5f22f9c14a8fdddab9cc7fa1be7bf653daa505eb (diff)
intel: Wrap a long comment.
-rw-r--r--intel/intel_bufmgr_gem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c
index e99a376f..12277168 100644
--- a/intel/intel_bufmgr_gem.c
+++ b/intel/intel_bufmgr_gem.c
@@ -198,7 +198,8 @@ struct _drm_intel_bo_gem {
bool used_as_reloc_target;
/**
- * Boolean of whether we have encountered an error whilst building the relocation tree.
+ * Boolean of whether we have encountered an error whilst
+ * building the relocation tree.
*/
bool has_error;