summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-12-28 15:03:36 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-12-28 18:40:56 +0100
commitaef334a2ccad268c5511590356372393d37931d8 (patch)
tree487672e5366a0171daefaf759467b87fb3d9048e
parentddd82b9a308592ad02929d59d4a0259744e04dba (diff)
downloadsparse-aef334a2ccad268c5511590356372393d37931d8.tar.gz
manpage: fix doc of '-Wcast-from-as'
It seems that the current doc for -Wcast-from-as was cut-and-pasted but not adjusted correctly. Fix the wording. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--sparse.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sparse.1 b/sparse.1
index 91cd975e..fae6196b 100644
--- a/sparse.1
+++ b/sparse.1
@@ -85,7 +85,7 @@ Sparse does not issue these warnings by default.
.
.TP
.B \-Wcast\-from\-as
-Warn about which remove an address space to a pointer type.
+Warn about casts which remove an address space from a pointer type.
This is similar to \fB\-Waddress\-space\fR but will also warn
on casts to \fBunsigned long\fR.