mesa/sso: Fix typo of 'unsigned'.
authorVinson Lee <vlee@freedesktop.org>
Sat, 22 Feb 2014 00:38:45 +0000 (16:38 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 22 Feb 2014 00:41:04 +0000 (16:41 -0800)
commit897a5fa3605c7cae95e9d8826f1119c0b44055f2
treefa2c78e05de33a9aafc9ddb99a3c564396153ae1
parent4719ad79ec1cd84996b6366e05c7ae4bbb7fe5f5
mesa/sso: Fix typo of 'unsigned'.

Fix build error introduced with commit f4c13a890fa24ff1f998e7cac0ecc31505a29403.

  CC       pixeltransfer.lo
main/pipelineobj.c: In function '_mesa_delete_pipeline_object':
main/pipelineobj.c:59:4: error: unknown type name 'unsinged'
    unsinged i;
    ^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/main/pipelineobj.c